Skip to content

Commit 6bc149d

Browse files
authored
fix(server): update start script to use node instead of bun (#23)
1 parent 42a1071 commit 6bc149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"funding": "",
4545
"scripts": {
4646
"build": "bun build src/server.ts --outdir dist --target node",
47-
"start": "bun run dist/server.js",
47+
"start": "node dist/server.js",
4848
"lint": "prettier --check . && eslint --format=pretty src",
4949
"format": "prettier --write . && eslint --fix --format=pretty src",
5050
"prepack": "pnpm run build && pnpm run lint",

0 commit comments

Comments
 (0)