This commit is contained in:
Jarred Sumner
2022-01-03 22:39:08 -08:00
parent 23a31b3771
commit 6480193c65
5 changed files with 1 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -2,6 +2,7 @@ const std = @import("std");
pub fn start(_: anytype, _: anytype) bool {
std.debug.attachSegfaultHandler();
return true;
}
pub fn generate() void {}

Binary file not shown.