chore: Change vsc dev command to use pnpm

This commit is contained in:
BuyMyMojo 2024-12-20 12:39:20 +11:00
parent aec5940419
commit e6b379ca5c

2
.vscode/launch.json vendored
View file

@ -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"