mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-02-18 14:40:49 +08:00
fix preset error
This commit is contained in:
@@ -10,7 +10,7 @@ const baseConfig: esbuild.BuildOptions = {
|
||||
platform: "node",
|
||||
target: "node18",
|
||||
plugins: [],
|
||||
external: ["fastify", "dotenv", "@fastify/cors", "undici"],
|
||||
external: ["fastify", "dotenv", "@fastify/cors", "undici", "tiktoken", "@CCR/shared", "lru-cache"],
|
||||
};
|
||||
|
||||
const cjsConfig: esbuild.BuildOptions = {
|
||||
|
||||
Reference in New Issue
Block a user