Skip to content

Commit b420b7f

Browse files
committed
feat/vs-debug
1 parent e07b9ee commit b420b7f

File tree

3 files changed

+5248
-39
lines changed

3 files changed

+5248
-39
lines changed

.vscode/launch.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
9+
{
10+
"type": "node-terminal",
11+
"name": "Build & Run Docs",
12+
"request": "launch",
13+
"command": "pnpm run build && pnpm run start",
14+
"cwd": "${workspaceFolder}"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)