From 218fea5d62c649d80f2a665d0414a7e41130216b Mon Sep 17 00:00:00 2001 From: Moritz Utcke Date: Fri, 12 Jan 2024 23:24:11 +0700 Subject: [PATCH] Update Dev Launch Config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",