Merge pull request #28981 from overleaf/ac-some-web-esm-migration-6

[web] Convert some Features/User files to ES modules

GitOrigin-RevId: c0d487082fa4822c68130e1e98c043297d4bedeb
This commit is contained in:
Antoine Clausse
2025-10-16 13:18:53 +02:00
committed by Copybot
parent 8f54468566
commit a6438f03d6
34 changed files with 2693 additions and 2308 deletions

View File

@@ -1,6 +1,6 @@
import minimist from 'minimist'
import { db } from '../../../app/src/infrastructure/mongodb.js'
import UserRegistrationHandler from '../../../app/src/Features/User/UserRegistrationHandler.js'
import UserRegistrationHandler from '../../../app/src/Features/User/UserRegistrationHandler.mjs'
import { fileURLToPath } from 'url'
const filename = fileURLToPath(import.meta.url)