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()],
build: {
rollupOptions: {
external: ['bun']
}
}
external: ['bun', 'bun:*'],
},
},
},
integrations: [react()]
});
});