fluesterpost/.fleet/run.json

12 lines
231 B
JSON
Raw Normal View History

2023-10-23 15:49:26 +00:00
{
"configurations": [
{
"type": "command",
"name": "Command configuration",
"program": "poetry",
"args": ["run", "python", "main.py"],
},
]
}