mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:30:44 +00:00
fix(plugins): type web runtime plugin origins
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
} from "../../media/web-media.js";
|
||||
import type { PollInput } from "../../polls.js";
|
||||
import type { PluginJitiLoaderCache } from "../jiti-loader-cache.js";
|
||||
import type { PluginOrigin } from "../plugin-origin.types.js";
|
||||
import {
|
||||
loadPluginBoundaryModule,
|
||||
resolvePluginRuntimeRecordByEntryBaseNames,
|
||||
@@ -16,7 +17,7 @@ import {
|
||||
} from "./runtime-plugin-boundary.js";
|
||||
|
||||
type WebChannelPluginRecord = {
|
||||
origin?: string;
|
||||
origin?: PluginOrigin;
|
||||
rootDir?: string;
|
||||
source: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user