mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-14 03:02:14 +03:00
fix(pack): register parseEnvValue.mjs in PACK_ARTIFACT_REQUIRED_PATHS
The extract of parseEnvValue to bin/cli/utils/parseEnvValue.mjs added a new direct import to bin/omniroute.mjs, which pack-artifact-entrypoint-closures enforces against PACK_ARTIFACT_REQUIRED_PATHS. Register the module so a future tarball omission fails loudly.
This commit is contained in:
@@ -192,6 +192,7 @@ export const PACK_ARTIFACT_REQUIRED_PATHS: string[] = [
|
||||
// tests/unit/pack-artifact-entrypoint-closures.test.ts).
|
||||
"bin/cli/data-dir.mjs",
|
||||
"bin/cli/utils/ensureAndroidCacheDir.mjs",
|
||||
"bin/cli/utils/parseEnvValue.mjs",
|
||||
"bin/cli/utils/storageKeyProvision.mjs",
|
||||
"bin/cli/utils/versionFastPath.mjs",
|
||||
"bin/mcp-server.mjs",
|
||||
|
||||
Reference in New Issue
Block a user