downgraded bun

This commit is contained in:
Arunavo Ray
2025-10-22 13:46:30 +05:30
parent e470256475
commit 204869fa3e
2 changed files with 5 additions and 5 deletions

View File

@@ -14,9 +14,9 @@ export default defineConfig({
plugins: [tailwindcss()], plugins: [tailwindcss()],
build: { build: {
rollupOptions: { rollupOptions: {
external: ['bun'] external: ['bun', 'bun:*'],
} },
} },
}, },
integrations: [react()] integrations: [react()]
}); });

View File

@@ -110,5 +110,5 @@
"tsx": "^4.20.6", "tsx": "^4.20.6",
"vitest": "^3.2.4" "vitest": "^3.2.4"
}, },
"packageManager": "bun@1.3.0" "packageManager": "bun@1.2.23"
} }