We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d92f4c commit a5570f6Copy full SHA for a5570f6
package.json
@@ -4,7 +4,7 @@
4
"version": "0.0.0",
5
"type": "module",
6
"scripts": {
7
- "dev": "concurrently \"source .env && python get_fnames.py && vite --host 0.0.0.0\" \"uvicorn backend.main:app --reload\"",
+ "dev": "source .env & python get_fnames.py & python main.py & vite --host 0.0.0.0",
8
"build": "source .env && python get_fnames.py && vite build",
9
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
10
"preview": "vite preview"
0 commit comments