mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 23:34:31 +00:00
fix: Also build entry.ts into dist/entry.mjs.
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user