YesPlayMusic/.vscode/task.json

14 lines
307 B
JSON
Raw Normal View History

2022-03-13 14:40:38 +08:00
{
"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\"",
2022-03-13 14:40:38 +08:00
"group": "build"
}
]
}