Skip to content

Commit c3ca05e

Browse files
committed
fix dev command
1 parent 1f9f515 commit c3ca05e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"packageManager": "pnpm@9.4.0",
77
"type": "module",
88
"scripts": {
9-
"dev": "vinxi dev & pnpm dev:convex",
10-
"dev:convex": "convex dev --tail-logs",
9+
"dev": "npm-run-all --parallel dev:frontend dev:backend",
10+
"dev:frontend": "vinxi dev",
11+
"dev:backend": "convex dev --tail-logs",
1112
"build": "vinxi build",
1213
"start": "vinxi start",
1314
"lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app",

0 commit comments

Comments
 (0)