Files
iot-dc3/dc3-web/dc3.code-workspace
pnoker 2e4645e606 Add 'dc3-web/' from commit '0c3c7a157c3f003d5d8a8077c3e3850069d19747'
git-subtree-dir: dc3-web
git-subtree-mainline: e133f5a027
git-subtree-split: 0c3c7a157c
2026-06-28 09:45:33 +08:00

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"],
},
],
},
}