Skip to content

Commit 1d5c25c

Browse files
committed
fix: debug command
1 parent badd910 commit 1d5c25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"command": "./node_modules/.bin/astro dev",
5+
"command": "npm run dev",
66
"name": "Development server",
77
"request": "launch",
88
"type": "node-terminal"

0 commit comments

Comments
 (0)