12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "modelbeast",
|
|
"runtimeExecutable": "/opt/homebrew/bin/uv",
|
|
"runtimeArgs": ["run", "uvicorn", "server.main:app", "--host", "0.0.0.0", "--port", "8777"],
|
|
"port": 8777
|
|
}
|
|
]
|
|
}
|