smoothed readme and startup

This commit is contained in:
John Lancaster
2026-08-01 09:51:21 -05:00
parent d75083a666
commit 661e2b1bec
4 changed files with 87 additions and 20 deletions
+4 -8
View File
@@ -8,14 +8,10 @@
"module": "debugpy",
"args": [
"-m",
"uvicorn",
"transcription.app:create_app",
"--factory",
"--host",
// "127.0.0.1",
"0.0.0.0",
"--port",
"8080"
"transcription",
"--host", "127.0.0.1",
"--port", "9999",
"--database.driver", "sqlite"
],
"justMyCode": true,
"console": "integratedTerminal",