mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix: Update a few more entry.js to entry.mjs paths.
This commit is contained in:
@@ -276,7 +276,7 @@ function main() {
|
||||
const repoRoot = getRepoRoot();
|
||||
process.chdir(repoRoot);
|
||||
|
||||
ensureExecutable(path.join(repoRoot, "dist", "entry.js"));
|
||||
ensureExecutable(path.join(repoRoot, "dist", "entry.mjs"));
|
||||
setupGitHooks({ repoRoot });
|
||||
trySetupCompletion(repoRoot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user