We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commands.json
1 parent cad3d6f commit 1690e59Copy full SHA for 1690e59
commands.json
@@ -0,0 +1,7 @@
1
+{
2
+ "commands": [
3
+ "pip install -r requirements.txt",
4
+ "uvicorn main:app --reload",
5
+ "pytest"
6
+ ]
7
+}
0 commit comments