13 lines
306 B
JSON
13 lines
306 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.mjs && vite ./packages/renderer\"",
|
||
|
"group": "build"
|
||
|
}
|
||
|
]
|
||
|
}
|