Commit 4753daf5 authored by nanahira's avatar nanahira

fix

parent 41f87f74
Pipeline #6380 passed with stages
in 2 minutes and 11 seconds
......@@ -8,6 +8,6 @@ export * from './plugin';
export const name = 'myplugin';
const plugin = new MyPlugin();
export const schema = plugin.schema;
export function apply(ctx: Context, config: Partial<MyPluginConfigLike>) {
export function apply(ctx: Context, config: MyPluginConfigLike) {
ctx.plugin(plugin, config);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment