We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badd910 commit 1d5c25cCopy full SHA for 1d5c25c
.vscode/launch.json
@@ -2,7 +2,7 @@
2
"version": "0.2.0",
3
"configurations": [
4
{
5
- "command": "./node_modules/.bin/astro dev",
+ "command": "npm run dev",
6
"name": "Development server",
7
"request": "launch",
8
"type": "node-terminal"
0 commit comments