fix: imports ESM avec extensions .js — NodeNext compatible Render — 117/117 tests
This commit is contained in:
parent
dd2dfaa662
commit
f08be960b0
13 changed files with 44 additions and 43 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue