| 1 | import { definePlugin } from "@executor-js/sdk/core"; |
| 2 | |
| 3 | import { makeAppsPlugin, type AppsPluginOptions } from "./plugin/apps-plugin"; |
| 4 | import { AppsExtensionService, appsHandlersForSourceKinds } from "./plugin/handlers"; |
nothing calls this directly
no test coverage detected