fix: Also build entry.ts into dist/entry.mjs.

This commit is contained in:
cpojer
2026-01-31 17:26:39 +09:00
parent 1766cd4123
commit ed65131c1c
7 changed files with 10 additions and 12 deletions

View File

@@ -74,10 +74,8 @@ function isGatewayArgv(args: string[]): boolean {
const entryCandidates = [
"dist/index.mjs",
"dist/index.mjs",
"dist/entry.js",
"openclaw.mjs",
"dist/entry.mjs",
"openclaw.mjs",
"scripts/run-node.mjs",
"src/index.ts",
];