mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Remove migration folder from APP_CODE_PATH in esm-check-migration.mjs
See https://github.com/overleaf/internal/pull/28306 GitOrigin-RevId: db5f7a9362151b55c5c409ebe896534ad8e73cc6
This commit is contained in:
@@ -2,7 +2,7 @@ import fs from 'node:fs'
|
||||
import path from 'node:path'
|
||||
import minimist from 'minimist'
|
||||
|
||||
const APP_CODE_PATH = ['app', 'modules', 'migrations', 'scripts', 'test']
|
||||
const APP_CODE_PATH = ['app', 'modules', 'scripts', 'test']
|
||||
|
||||
// These have already been converted but don't have a `.mjs` extension
|
||||
const converted = new Set([
|
||||
|
||||
Reference in New Issue
Block a user