mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-08-30 17:19:58 +08:00
2e4645e606
git-subtree-dir: dc3-web git-subtree-mainline:e133f5a027git-subtree-split:0c3c7a157c
30 lines
478 B
Plaintext
30 lines
478 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "src",
|
|
"name": "web",
|
|
},
|
|
{
|
|
"path": "dc3",
|
|
"name": "dc3",
|
|
},
|
|
{
|
|
"path": ".",
|
|
"name": "root",
|
|
},
|
|
],
|
|
"launch": {
|
|
"version": "2026.5.22",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder:web}",
|
|
"name": "yarn serve",
|
|
"runtimeExecutable": "yarn",
|
|
"runtimeArgs": ["serve"],
|
|
},
|
|
],
|
|
},
|
|
}
|