Closed gregnr closed 12 months ago
npm run build failed because of a few reasons:
npm run build
supabase/functions
DynamicServerError
supabase/functions/_lib/database.ts
Problem
npm run build
failed because of a few reasons:supabase/functions
were included in the frontend TS compilationDynamicServerError
(see this issue)Solution
supabase/functions
from TS build (exceptsupabase/functions/_lib/database.ts
which we use on the frontend for DB types)