mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-25 17:56:39 +08:00
14 lines
307 B
JSON
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"
|
|
}
|
|
]
|
|
}
|