Files
portfolio/.fleet/run.json
2025-01-30 12:37:43 +01:00

10 lines
180 B
JSON

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