We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a34d7e commit 36f8c2eCopy full SHA for 36f8c2e
package.json
@@ -7,7 +7,7 @@
7
"type-check": "tsc --noEmit",
8
"lint": "eslint --ext .ts src",
9
"test": "vitest",
10
- "build": "bun build ./src/app.ts --compile",
+ "build": "bun build ./src/app.ts --compile --outfile dist/app",
11
"debug": "mcp-inspector npm start"
12
},
13
"type": "module",
0 commit comments