diagram-gost/.fleet/run.json
2025-01-13 15:00:11 +03:00

16 lines
No EOL
334 B
JSON

{
"configurations": [
{
"type": "npm",
"name": "Diagram run dev",
"command": "run",
"scripts": "dev",
},
{
"type": "npm",
"name": "Diagram run preview",
"command": "run",
"scripts": "preview",
}
]
}