Merge pull request #29919 from overleaf/revert-29795-ar-last-infrastructure-conversions

Revert "[web] last infrastructure conversions"

GitOrigin-RevId: 48dc64553012afb5d2db4b2eb9c9898489b7e5ef
This commit is contained in:
Andrew Rumble
2025-11-27 09:05:54 +00:00
committed by Copybot
parent 381460936b
commit 18f44866e5
279 changed files with 927 additions and 969 deletions
@@ -1,7 +1,7 @@
import { Project } from '../../models/Project.mjs'
import settings from '@overleaf/settings'
import { callbackify } from 'node:util'
import { db, ObjectId } from '../../infrastructure/mongodb.mjs'
import { db, ObjectId } from '../../infrastructure/mongodb.js'
import Errors from '../Errors/Errors.js'
import mongodb from 'mongodb-legacy'
const safeCompilers = ['xelatex', 'pdflatex', 'latex', 'lualatex']