diff --git a/.astro/types.d.ts b/.astro/types.d.ts
index f964fe0..03d7cc4 100644
--- a/.astro/types.d.ts
+++ b/.astro/types.d.ts
@@ -1 +1,2 @@
///
+///
\ No newline at end of file
diff --git a/package.json b/package.json
index 229d79b..5717a64 100644
--- a/package.json
+++ b/package.json
@@ -37,11 +37,11 @@
"@types/bun": "latest"
},
"scripts": {
- "dev": "astro dev",
- "dev:host": "astro dev --host",
- "build": "astro build",
- "preview": "astro preview",
- "astro": "astro"
+ "dev": "bunx --bun astro dev",
+ "dev:host": "bunx --bun astro dev --host",
+ "build": "bunx --bun astro build",
+ "preview": "bunx --bun astro preview",
+ "astro": "bunx --bun astro"
},
"peerDependencies": {
"typescript": "^5"