From 673a602dc7d8b3f1ba31f84c29d5babc111deae9 Mon Sep 17 00:00:00 2001 From: Antoine Clausse Date: Thu, 16 Oct 2025 11:10:42 +0200 Subject: [PATCH] Remove migration folder from APP_CODE_PATH in esm-check-migration.mjs See https://github.com/overleaf/internal/pull/28306 GitOrigin-RevId: db5f7a9362151b55c5c409ebe896534ad8e73cc6 --- services/web/scripts/esm-check-migration.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/scripts/esm-check-migration.mjs b/services/web/scripts/esm-check-migration.mjs index 0fa7c54af1..3a38638d50 100644 --- a/services/web/scripts/esm-check-migration.mjs +++ b/services/web/scripts/esm-check-migration.mjs @@ -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([