diff --git a/.vscode/launch.json b/.vscode/launch.json index d642209..86e1ad5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "command": "./node_modules/.bin/astro dev", + "command": "pnpm run dev", "name": "Development server", "request": "launch", "type": "node-terminal"