We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664c07d commit 14bfdf0Copy full SHA for 14bfdf0
4 files changed
.gitignore
@@ -8,4 +8,5 @@ static
8
scripts/config.json
9
venv
10
myenv
11
-frontend/coverage
+frontend/coverage
12
+scriptsenv/
backend/__init__.py
scripts/.env.sample
start.cmd
@@ -33,10 +33,13 @@ if "%errorlevel%" neq "0" (
33
echo.
34
echo Starting backend
35
36
+
37
cd ..
38
+cd backend
39
40
start http://127.0.0.1:50505
-call python -m uvicorn app:app --port 50505 --reload
41
+call python -m uvicorn app:app --port 50505 --reload
42
if "%errorlevel%" neq "0" (
43
echo Failed to start backend
44
exit /B %errorlevel%
-)
45
+)
0 commit comments