socialtree/.fleet/run.json
2022-10-14 14:22:17 +02:00

11 lines
165 B
JSON

{
"configurations": [
{
"type": "command",
"name": "dev",
"program": "yarn",
"args": ["dev"],
},
]
}