12 lines
286 B
JSON
12 lines
286 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "qr-tabellen",
|
|
"runtimeExecutable": "cmd",
|
|
"runtimeArgs": ["/c", "cd /d D:\\Claude-Projekte\\qr-tabellen && venv\\Scripts\\python.exe -m flask --app app.main run --port 5005"],
|
|
"port": 5005
|
|
}
|
|
]
|
|
}
|