Skip to content

Commit 5d59c11

Browse files
committed
chore: add watch cmd
1 parent e47b863 commit 5d59c11

File tree

9 files changed

+1836
-1649
lines changed

9 files changed

+1836
-1649
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@
9292
"type": "node-terminal",
9393
"cwd": "${workspaceFolder}/packages/ui"
9494
},
95+
{
96+
"command": "npm run watch",
97+
"name": "[UI] watch",
98+
"request": "launch",
99+
"type": "node-terminal",
100+
"cwd": "${workspaceFolder}/packages/ui"
101+
},
95102
{
96103
"command": "npm run raw",
97104
"name": "[UI] raw",

0 commit comments

Comments
 (0)