mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
chore: 更新版本到 1.3.2
This commit is contained in:
@@ -9,18 +9,11 @@
|
||||
*/
|
||||
|
||||
import { execFileSync } from "node:child_process";
|
||||
import { createRequire } from "node:module";
|
||||
import { dirname, join } from "node:path";
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url));
|
||||
const cliPath = join(
|
||||
__dirname,
|
||||
"..",
|
||||
"node_modules",
|
||||
"mcp-chrome-bridge",
|
||||
"dist",
|
||||
"cli.js",
|
||||
);
|
||||
const require = createRequire(import.meta.url);
|
||||
const cliPath = require.resolve("mcp-chrome-bridge/dist/cli.js");
|
||||
|
||||
const userArgs = process.argv.slice(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user