feat: remove check version update feature

This commit is contained in:
2026-07-13 16:32:20 +07:00
parent 275f20e2b8
commit b4ffea7deb
19 changed files with 26 additions and 995 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ const cliDir = path.resolve(__dirname, "..");
const appDir = path.resolve(cliDir, "..");
const cliAppDir = process.env.NINEROUTER_CLI_APP_DIR || path.join(cliDir, "app");
const cliMitmDir = path.join(cliAppDir, "src", "mitm");
// Bundle everything — no externals. This keeps MITM runtime self-contained so
// it can be copied to DATA_DIR/runtime/ and spawned from there (escapes
// node_modules file locks that block `npm i -g 9router@latest` on Windows).
// Bundle everything — no externals. This keeps the MITM runtime self-contained.
const EXTERNALS = [];
const ENTRIES = ["server.js"];