Skip to content

Commit 57e2d8a

Browse files
committed
fix: add optimize config
1 parent 4388a04 commit 57e2d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bun/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "state-transition-bun",
2+
"name": "state-transition-z",
33
"module": "src/index.ts",
44
"type": "module",
55
"dependencies": {
@@ -38,6 +38,7 @@
3838
"darwin-x64",
3939
"darwin-arm64"
4040
],
41+
"optimize": "ReleaseSafe",
4142
"zigCwd": "zig"
4243
}
4344
}

0 commit comments

Comments
 (0)