(input: { directory: string })
| 57 | return { url: server.url.toString() } |
| 58 | }, |
| 59 | async checkUpgrade(input: { directory: string }) { |
| 60 | await InstanceRuntime.load({ directory: input.directory }) |
| 61 | await upgrade().catch(() => {}) |
| 62 | }, |
| 63 | async reload() { |
| 64 | await AppRuntime.runPromise( |
| 65 | Effect.gen(function* () { |