Skip to content

Commit 11a15cf

Browse files
committed
Stop dev from killing services
1 parent 0afcef9 commit 11a15cf

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
@@ -15,7 +15,7 @@
1515
"cli"
1616
],
1717
"scripts": {
18-
"dev": "bun scripts/dev.ts",
18+
"dev": "bun start-cli",
1919
"up": "bun scripts/start-services.ts",
2020
"start-cli": "bun --cwd cli dev",
2121
"start-db": "bun --cwd packages/internal db:start",

0 commit comments

Comments
 (0)