Merge pull request #29928 from overleaf/ar-last-infrastructure-conversions
[web] last infrastructure conversions GitOrigin-RevId: ad1aff9b7df0610ed0303157d9e2c8032f32c02b
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { db } from '../../app/src/infrastructure/mongodb.js'
|
||||
import { db } from '../../app/src/infrastructure/mongodb.mjs'
|
||||
import { batchedUpdate } from '@overleaf/mongo-utils/batchedUpdate.js'
|
||||
import { scriptRunner } from '../lib/ScriptRunner.mjs'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { db } from '../../app/src/infrastructure/mongodb.js'
|
||||
import { db } from '../../app/src/infrastructure/mongodb.mjs'
|
||||
import mongodb from 'mongodb-legacy'
|
||||
import fs from 'node:fs'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { db } from '../../app/src/infrastructure/mongodb.js'
|
||||
import { db } from '../../app/src/infrastructure/mongodb.mjs'
|
||||
import mongodb from 'mongodb-legacy'
|
||||
import fs from 'node:fs'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { db } from '../../app/src/infrastructure/mongodb.js'
|
||||
import { db } from '../../app/src/infrastructure/mongodb.mjs'
|
||||
import { batchedUpdate } from '@overleaf/mongo-utils/batchedUpdate.js'
|
||||
import mongodb from 'mongodb-legacy'
|
||||
import fs from 'node:fs'
|
||||
|
||||
Reference in New Issue
Block a user