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:
Antoine Clausse
2025-10-16 11:10:42 +02:00
committed by Copybot
parent 4216764b2e
commit 673a602dc7

View File

@@ -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([