Frontend/.fleet/run.json

12 lines
212 B
JSON
Raw Normal View History

2023-01-24 22:37:57 -05:00
{
"configurations": [
{
"name": "Start Frontend",
"type": "command",
"program": "npm",
"args": [
"start"
]
}
]
}