Skip to content

Commit 1916501

Browse files
committed
fix: bun start to print all logs
1 parent a12366f commit 1916501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages/*"
99
],
1010
"scripts": {
11-
"start": "bun --env-file=.env run --filter @browseros/server start",
11+
"start": "bun --env-file=.env packages/server/src/index.ts",
1212
"test": "bun test",
1313
"test:all": "bun test --workspace",
1414
"test:common": "bun run --filter @browseros/common test",

0 commit comments

Comments
 (0)