mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 10:11:36 +08:00
30 lines
477 B
Plaintext
30 lines
477 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "src",
|
|
"name": "web",
|
|
},
|
|
{
|
|
"path": "dc3",
|
|
"name": "dc3",
|
|
},
|
|
{
|
|
"path": ".",
|
|
"name": "root",
|
|
},
|
|
],
|
|
"launch": {
|
|
"version": "2026.5.5",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder:web}",
|
|
"name": "yarn serve",
|
|
"runtimeExecutable": "yarn",
|
|
"runtimeArgs": ["serve"],
|
|
},
|
|
],
|
|
},
|
|
}
|