Init
This commit is contained in:
6
app/dev_run.sh
Normal file
6
app/dev_run.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
cd /app/frontend && yarn dev &
|
||||
cd /app && python manage.py runserver 0.0.0.0:8000 &
|
||||
|
||||
wait -n
|
||||
|
||||
exit $?
|
||||
Reference in New Issue
Block a user