2024-04-08 08:49:05 +02:00

13 lines
191 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "npm: dev",
"detail": "vite --port=8080",
"isBackground": true
}
]
}