fluesterpost/.fleet/run.json
2023-10-23 17:49:26 +02:00

12 lines
231 B
JSON

{
"configurations": [
{
"type": "command",
"name": "Command configuration",
"program": "poetry",
"args": ["run", "python", "main.py"],
},
]
}