Update Dev Launch Config

This commit is contained in:
Moritz Utcke
2024-01-12 23:24:11 +07:00
parent 898575d80f
commit 218fea5d62

View File

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