Files
electron-ligthshowmanager/client/.fleet/run.json
2024-01-27 19:54:09 +01:00

12 lines
158 B
JSON

{
"configurations": [
{
"type": "npm",
"name": "npm configuration",
"command": "run",
"scripts": "start",
},
]
}