diff --git a/package.json b/package.json index 5171b287..0b033ff3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "GPL V3.0", "type": "module", "scripts": { - "dev": "pnpm astro dev", + "dev": "bun astro dev", "build": "bun --bun astro build", "preview": "bun --bun astro preview", "astro": "astro",