18 lines
No EOL
242 B
JSON
18 lines
No EOL
242 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"args": [
|
|
"start"
|
|
],
|
|
"command": "pnpm",
|
|
"group": "build",
|
|
"isBackground": true,
|
|
"label": "Run Electron App",
|
|
"problemMatcher": [
|
|
"$electron"
|
|
],
|
|
"type": "shell"
|
|
}
|
|
]
|
|
} |