Extract complex npm scripts to separate files

This commit is contained in:
2025-11-03 11:43:15 +03:00
Unverified
parent 852ab15bd8
commit 6d970dbd61
4 changed files with 26 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
cd backend
dotenv -e ../deployment/.env -- \
../.venv/bin/uvicorn main:app \
--host 127.0.0.1 \
--port 8300 \
--reload \
--reload-exclude './alembic' \
--reload-exclude './alembic/*' \
--reload-exclude './alembic/versions/*' \
--access-log