1 parent 9538a04 commit dfb035bCopy full SHA for dfb035b
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"dev": "bun --watch index.ts",
9
"start": "bun index.ts",
10
- "build": "bun build index.ts --outfile dist/index.js",
+ "build": "bun build index.ts --target bun --outfile dist/index.js",
11
"lint": "biome check .",
12
"lint:fix": "biome check --write .",
13
"format": "biome format --write .",
0 commit comments