Skip to content

Commit

Permalink
fix dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Dec 29, 2024
1 parent 1f9f515 commit c3ca05e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "vinxi dev & pnpm dev:convex",
"dev:convex": "convex dev --tail-logs",
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "vinxi dev",
"dev:backend": "convex dev --tail-logs",
"build": "vinxi build",
"start": "vinxi start",
"lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app",
Expand Down

0 comments on commit c3ca05e

Please sign in to comment.