Skip to content

Commit 14bfdf0

Browse files
deployment
1 parent 664c07d commit 14bfdf0

4 files changed

Lines changed: 7 additions & 15 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ static
88
scripts/config.json
99
venv
1010
myenv
11-
frontend/coverage
11+
frontend/coverage
12+
scriptsenv/

backend/__init__.py

Whitespace-only changes.

scripts/.env.sample

Lines changed: 0 additions & 12 deletions
This file was deleted.

start.cmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ if "%errorlevel%" neq "0" (
3333
echo.
3434
echo Starting backend
3535
echo.
36+
3637
cd ..
38+
cd backend
39+
3740
start http://127.0.0.1:50505
38-
call python -m uvicorn app:app --port 50505 --reload
41+
call python -m uvicorn app:app --port 50505 --reload
3942
if "%errorlevel%" neq "0" (
4043
echo Failed to start backend
4144
exit /B %errorlevel%
42-
)
45+
)

0 commit comments

Comments
 (0)