diff --git a/startUvicornApp.ps1 b/startUvicornApp.ps1 new file mode 100644 index 0000000..4c12bcc --- /dev/null +++ b/startUvicornApp.ps1 @@ -0,0 +1 @@ +uvicorn app:app --reload \ No newline at end of file