Appearance
type PluginInjection: object;
Used to inject client-side content for a plugin.
src: string;
Full path to the injected file on local file system.
type: "module" | "css";
Whether injected content is a JS module or CSS stylesheet.
server/config/plugin.ts:44 ↗