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 42a1071 commit 6bc149dCopy full SHA for 6bc149d
apps/server/package.json
@@ -44,7 +44,7 @@
44
"funding": "",
45
"scripts": {
46
"build": "bun build src/server.ts --outdir dist --target node",
47
- "start": "bun run dist/server.js",
+ "start": "node dist/server.js",
48
"lint": "prettier --check . && eslint --format=pretty src",
49
"format": "prettier --write . && eslint --fix --format=pretty src",
50
"prepack": "pnpm run build && pnpm run lint",
0 commit comments