Supabase Not Working In Node.js TypeScript
I'm trying to migrate a Node.js TypeScript project from Prisma/PlanetScale to Supabase, but I'm having issues.
And several others. FWIW, this is running with Node.js so
cannot find name fetchcannot find name ReadableStreamAnd several others. FWIW, this is running with Node.js so
fetch should be built in. I'm not sure if it's something I need to change in my tsconfig maybe?