Files
mesh-drop/.vscode/tasks.json
2026-02-05 00:00:29 +08:00

14 lines
216 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build:dev",
"path": "frontend",
"group": "build",
"problemMatcher": [],
"label": "build frontend",
"detail": "vite build"
}
]
}