mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-01-30 06:12:06 +00:00
add token speed block
This commit is contained in:
@@ -46,7 +46,7 @@ try {
|
||||
|
||||
// Step 4: Build the CLI application
|
||||
console.log('Building CLI application...');
|
||||
execSync('esbuild src/cli.ts --bundle --platform=node --outfile=dist/cli.js', {
|
||||
execSync('esbuild src/cli.ts --bundle --platform=node --minify --tree-shaking=true --outfile=dist/cli.js', {
|
||||
stdio: 'inherit',
|
||||
cwd: cliDir
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user