Compare commits

...
Author SHA1 Message Date
Kit Langton f7b4162804 fix(server): use renamed plugin activation wait 2026-09-01 11:10:21 -04:00
+1 -1
View File
@@ -17,7 +17,7 @@ export const PluginHandler = HttpApiBuilder.group(Api, "server.plugin", (handler
.handle("plugin.check", (ctx) =>
Effect.gen(function* () {
const supervisor = yield* PluginSupervisor.Service
yield* supervisor.flush
yield* supervisor.awaitActivation
const plugins = yield* Plugin.Service
const inventory = yield* plugins.list()
const targets = [