Skip to content

Commit 182a234

Browse files
committed
chore: add launch configuration
1 parent c8b4f8d commit 182a234

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Demo",
6+
"type": "node",
7+
"request": "launch",
8+
"runtimeExecutable": "npm",
9+
"runtimeArgs": ["run", "dev"],
10+
"cwd": "${workspaceFolder}"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)