chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-07 03:28:52 +00:00
parent fe0c4f8c74
commit 155e1f20d6
25 changed files with 571 additions and 408 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ export const layer = Layer.effect(
if (found) yield* stopProcess(found).pipe(Effect.ignore)
const entrypoint = compiled ? undefined : process.argv[1]
if (!compiled && entrypoint === undefined) return yield* Effect.fail(new Error("Failed to resolve CLI entrypoint"))
if (!compiled && entrypoint === undefined)
return yield* Effect.fail(new Error("Failed to resolve CLI entrypoint"))
yield* Effect.try({
try: () => {
spawn(process.execPath, [...(entrypoint ? [entrypoint] : []), "serve", "--register"], {