socialtree/.fleet/run.json

11 lines
165 B
JSON

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