Skip to content

Commit a5570f6

Browse files
committed
change package.json to run without external packages
1 parent 9d92f4c commit a5570f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "concurrently \"source .env && python get_fnames.py && vite --host 0.0.0.0\" \"uvicorn backend.main:app --reload\"",
7+
"dev": "source .env & python get_fnames.py & python main.py & vite --host 0.0.0.0",
88
"build": "source .env && python get_fnames.py && vite build",
99
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview"

0 commit comments

Comments
 (0)