Files
myprojplanet_vite/tasks.json
Surya Paolo c52ca22c83 PASSAGGIO A VITE !
AGG. 1.1.23
2025-03-01 14:16:45 +01:00

23 lines
601 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "serve",
"type": "npm",
"script": "serve",
"isBackground": true,
"problemMatcher": [{
"base": "$tsc-watch",
"background": {
"activeOnStart": true,
"beginsPattern": "Starting development server",
"endsPattern": "Compiled successfully"
}
}],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}