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,7 +1,8 @@
{
"permissions": {
"allow": [
"Bash(npm run:*)"
"Bash(npm run:*)",
"Bash(SUPABASE_URL=https://dummy.supabase.co SUPABASE_SERVICE_ROLE_KEY=dummy node -e \"import\\('./dist/index.js'\\).then\\(\\(\\) => { console.log\\('IMPORT_OK'\\); process.exit\\(0\\); }\\).catch\\(e => { console.error\\('IMPORT_FAIL:', e.message\\); process.exit\\(1\\); }\\)\")"
]
}
}