We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f0181 commit 53b5b9cCopy full SHA for 53b5b9c
package.json
@@ -15,6 +15,7 @@
15
],
16
"type": "module",
17
"scripts": {
18
+ "dev": "run-p -r 'dev:*'",
19
"dev:backend": "convex dev --typecheck-components",
20
"dev:frontend": "cd example && vite --clearScreen false",
21
"dev:build": "chokidar 'tsconfig*.json' 'src/**/*.ts' -i '**/*.test.ts' -c 'npm run build:codegen' --initial",
0 commit comments