mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 18:28:30 +08:00
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "node-terminal",
|
|
"name": "tauri:dev",
|
|
"request": "launch",
|
|
"command": "pnpm run tauri:dev",
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"name": "tauri:build",
|
|
"request": "launch",
|
|
"command": "pnpm run tauri:build",
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
}
|