Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 16, 2024
1 parent e9e9d54 commit 7e00c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"client": "cd client && yarn run dev",
"assistant": "cd assistant && yarn run dev",
"server": "cd server && ./venv/bin/python3 -m uvicorn main:app --reload",
"server:local": "cd server && python3 -m uvicorn main:app --port 8001 --reload",
"server:local": "cd server && ./venv/bin/python3 -m uvicorn main:app --port 8001 --reload",
"env:pull": "cd server && ./venv/bin/python3 scripts/envs.py pull",
"client:server": "concurrently \"yarn run server\" \"yarn run client\"",
"assistant:server": "concurrently \"yarn run server\" \"yarn run assistant\"",
Expand Down

0 comments on commit 7e00c8a

Please sign in to comment.