diff --git a/app/routes/api.supabase.ts b/app/routes/api.supabase.ts index f21da60..804d3b7 100644 --- a/app/routes/api.supabase.ts +++ b/app/routes/api.supabase.ts @@ -1,5 +1,4 @@ -import { json } from '@remix-run/node'; -import type { ActionFunction } from '@remix-run/node'; +import { json, type ActionFunction } from '@remix-run/cloudflare'; import type { SupabaseProject } from '~/types/supabase'; export const action: ActionFunction = async ({ request }) => { diff --git a/app/routes/api.supabase.variables.ts b/app/routes/api.supabase.variables.ts index fd2d028..55e796c 100644 --- a/app/routes/api.supabase.variables.ts +++ b/app/routes/api.supabase.variables.ts @@ -1,5 +1,4 @@ -import { json } from '@remix-run/node'; -import type { ActionFunctionArgs } from '@remix-run/node'; +import { json, type ActionFunctionArgs } from '@remix-run/node'; export async function action({ request }: ActionFunctionArgs) { try {