fix: cloudflare build warning with `node:sqlite` by himself65 · Pull Request #4415 · better-auth/better-auth
Fixes: #4404 Summary by cubic Prevents Cloudflare build warnings by stopping Vite/Webpack from pre-bundling node:sqlite in the Kysely adapter. Uses dynamic import hints so sqlite is loaded only a...