From 204869fa3e4bc6fff0b3fe5c1c34cb1c04a2aaae Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Wed, 22 Oct 2025 13:46:30 +0530 Subject: [PATCH] downgraded bun --- astro.config.mjs | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index c7ed80d..293315f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,9 +14,9 @@ export default defineConfig({ plugins: [tailwindcss()], build: { rollupOptions: { - external: ['bun'] - } - } + external: ['bun', 'bun:*'], + }, + }, }, integrations: [react()] -}); \ No newline at end of file +}); diff --git a/package.json b/package.json index 14d0680..659c1fb 100644 --- a/package.json +++ b/package.json @@ -110,5 +110,5 @@ "tsx": "^4.20.6", "vitest": "^3.2.4" }, - "packageManager": "bun@1.3.0" + "packageManager": "bun@1.2.23" }