mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 06:39:01 +02:00
Update paths
GitOrigin-RevId: 399c594dd1bbf739d91874df6be3b70e57fe01e3
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import Settings from '@overleaf/settings'
|
||||
import logger from '@overleaf/logger'
|
||||
import { db } from '../../../app/src/infrastructure/mongodb.js'
|
||||
import {
|
||||
mergeFeatures,
|
||||
compareFeatures,
|
||||
} from '../../../app/src/Features/Subscription/FeaturesHelper.js'
|
||||
import FeaturesHelper from '../../../app/src/Features/Subscription/FeaturesHelper.mjs'
|
||||
import { fileURLToPath } from 'url'
|
||||
const DRY_RUN = !process.argv.includes('--dry-run=false')
|
||||
|
||||
const { mergeFeatures, compareFeatures } = FeaturesHelper
|
||||
async function main(DRY_RUN, defaultFeatures) {
|
||||
logger.info({ defaultFeatures }, 'default features')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user