We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28af7d commit b8d9ab3Copy full SHA for b8d9ab3
package.json
@@ -6,7 +6,7 @@
6
"start": "node --experimental-strip-types --no-warnings=ExperimentalWarnings src/app.ts",
7
"type-check": "tsc --noEmit",
8
"lint": "eslint --ext .ts src",
9
- "build": "bun build ./src/app.ts --compile"
+ "build": "bun build ./src/app.ts --compile --outfile dist/app"
10
},
11
"type": "module",
12
"keywords": [],
0 commit comments