11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "sprite-theater",
|
|
"runtimeExecutable": "tools/sprite-generation/.venv/bin/python",
|
|
"runtimeArgs": ["-m", "uvicorn", "server:app", "--port", "5850", "--app-dir", "tools/sprite-generation"],
|
|
"port": 5850
|
|
}
|
|
]
|
|
}
|