This commit is contained in:
2024-06-04 22:08:15 +02:00
commit e899252f31
74 changed files with 1969 additions and 0 deletions

6
app/dev_run.sh Normal file
View File

@@ -0,0 +1,6 @@
cd /app/frontend && yarn dev &
cd /app && python manage.py runserver 0.0.0.0:8000 &
wait -n
exit $?