Commit 09d1b748 authored by nanahira's avatar nanahira

fix

parent 019ed62e
Pipeline #6329 passed with stages
in 1 minute and 25 seconds
......@@ -2,7 +2,8 @@ import 'source-map-support/register';
import { Context } from 'koishi';
import { MyPlugin } from './plugin';
import { MyPluginConfigLike } from './config';
export { MyPluginConfig } from './config';
export * from './config';
export * from './plugin';
export const name = 'myplugin';
const plugin = new MyPlugin();
......
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