mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:24:30 +00:00
chore: Switch from TypeScript to build with tsdown, speeds up pnpm build by 5-10x.
This commit is contained in:
@@ -69,7 +69,7 @@ function isGatewayArgv(args: string[]): boolean {
|
||||
if (!normalized.includes("gateway")) return false;
|
||||
|
||||
const entryCandidates = [
|
||||
"dist/index.js",
|
||||
"dist/index.mjs",
|
||||
"dist/index.mjs",
|
||||
"dist/entry.js",
|
||||
"openclaw.mjs",
|
||||
|
||||
Reference in New Issue
Block a user