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 b56b9ed commit bc4e47fCopy full SHA for bc4e47f
commands.json
@@ -0,0 +1,6 @@
1
+{
2
+"commands": [
3
+"pip install -r requirements.txt",
4
+"uvicorn main:app --reload"
5
+]
6
+}
0 commit comments