YesPlayMusic/.vscode/task.json
2022-03-29 16:52:53 +08:00

14 lines
307 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "debug",
"problemMatcher": [],
"label": "npm: debug",
"detail": "cross-env-shell NODE_ENV=debug \"npm run typecheck && node scripts/build.main.mjs && vite ./src/renderer\"",
"group": "build"
}
]
}