Skip to content

Commit

Permalink
Update example/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmacartney authored Nov 5, 2024
1 parent ae3babe commit 6df79ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"version": "0.0.0",
"scripts": {
"dev:backend": "convex dev --live-component-sources --live-component-sources",
"dev:backend": "convex dev --live-component-sources --typecheck-components",
"dev:frontend": "vite",
"dev": "npm-run-all --parallel dev:backend dev:frontend",
"logs": "convex logs",
Expand Down

0 comments on commit 6df79ea

Please sign in to comment.