Skip to content

Commit

Permalink
chore: use laucher.py in dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eri24816 committed Apr 22, 2024
1 parent 0530593 commit 580b16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

python scripts/build_frontend.py &&\
python entry/run.py --backend-path "backend/src" --frontend-path "frontend/dist" --extensions-path "extensions" --port 7943 --cwd "dev_cwd"
python entry/launcher.py --backend-path "backend/src" --frontend-path "frontend/dist" --extensions-path "extensions" --port 7943 --cwd "dev_cwd"

0 comments on commit 580b16e

Please sign in to comment.