mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #15544 from overleaf/bg-misc-use-literal-paths
Replace APP_ROOT and other variables with literal paths in web imports GitOrigin-RevId: 138f03ad9355c8c6c92a206b0e54573234a6f65d
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
const { Certificate } = require('@fidm/x509')
|
||||
const UKAMFDB = require('./ukamf-db')
|
||||
const V1Api = require(`../../app/src/Features/V1/V1Api`).promises
|
||||
const V1Api = require('../../app/src/Features/V1/V1Api').promises
|
||||
const { db, waitForDb } = require('../../app/src/infrastructure/mongodb')
|
||||
const moment = require('moment')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user