sveltekit and node errors on build
Trying to use Sveltekit, with Supabase and Drizzle ORM preferably.
- I've put
nodejs_compatin the compatibility flags in both preview and production - Node version is 18 (set via environment variable)
- I'm using build engine 1
- Using Sveltekit.
- my postgres client instantiation is in
$lib/server/which I'm told makes it definitely server only - Using the cloudflare sveltekit adapter.
Cant seem to find anything online why it'd be throwing this.