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,7 +1,7 @@
|
|||
import { supabase } from '../lib/supabase'
|
||||
import { correctEE as deepseekCorrectEE, correctEO as deepseekCorrectEO } from '../lib/deepseek'
|
||||
import type { EERapport, EORapport } from '../lib/deepseek'
|
||||
import type { AuthProfile } from '../middleware/auth'
|
||||
import { supabase } from '../lib/supabase.js'
|
||||
import { correctEE as deepseekCorrectEE, correctEO as deepseekCorrectEO } from '../lib/deepseek.js'
|
||||
import type { EERapport, EORapport } from '../lib/deepseek.js'
|
||||
import type { AuthProfile } from '../middleware/auth.js'
|
||||
|
||||
type CorrectionError = {
|
||||
error: true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { supabase } from '../lib/supabase'
|
||||
import { canUserSimulate, getPlanPermissions } from '../lib/access'
|
||||
import type { Plan } from '../lib/access'
|
||||
import type { AuthProfile } from '../middleware/auth'
|
||||
import { supabase } from '../lib/supabase.js'
|
||||
import { canUserSimulate, getPlanPermissions } from '../lib/access.js'
|
||||
import type { Plan } from '../lib/access.js'
|
||||
import type { AuthProfile } from '../middleware/auth.js'
|
||||
|
||||
export type Tache = 'EE_T1' | 'EE_T2' | 'EE_T3' | 'EO_T1' | 'EO_T3' | 'EO_T2_LIVE'
|
||||
export type Mode = 'entrainement' | 'examen'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue