fix: imports ESM avec extensions .js — NodeNext compatible Render — 117/117 tests

This commit is contained in:
Hermann_Kitio 2026-04-17 01:04:16 +03:00
parent dd2dfaa662
commit f08be960b0
13 changed files with 44 additions and 43 deletions

View file

@ -1,6 +1,6 @@
import { supabase } from './supabase'
import { PLANS } from './access'
import type { Plan } from './access'
import { supabase } from './supabase.js'
import { PLANS } from './access.js'
import type { Plan } from './access.js'
export async function updateUserPlan(
userId: string,