github-actions[bot] commited on
Commit ·
b4c840d
1
Parent(s): eba0610
Deploy from GitHub Actions: e150b78862d602c9975337b2f74a5edf9d9c1e2e
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -5,6 +5,6 @@
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "venv\\Scripts\\activate && uvicorn main:app --reload --port 8000",
|
| 7 |
"start": "source venv/bin/activate && uvicorn main:app --port 8000",
|
| 8 |
-
"
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 5 |
"scripts": {
|
| 6 |
"dev": "venv\\Scripts\\activate && uvicorn main:app --reload --port 8000",
|
| 7 |
"start": "source venv/bin/activate && uvicorn main:app --port 8000",
|
| 8 |
+
"setup": "pip install -r requirements.txt"
|
| 9 |
}
|
| 10 |
}
|