nfsense/.vscode/tasks.json
adroslice 271f3c2abc Added Launch Profile
- Also package.json formatting
2023-10-22 22:07:15 +02:00

13 lines
No EOL
184 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"path": "client",
"problemMatcher": [],
"label": "npm: dev - client",
"detail": "vite"
}
]
}