Commit 7ecd51a6 authored by nanahira's avatar nanahira

fix

parent 32c4ce82
Pipeline #4476 passed with stages
in 43 seconds
import 'source-map-support/register';
import { Context } from 'koishi-core';
import { Config, MyPlugin } from './plguin';
import { MyPlugin } from './plguin';
export { Config } from './plguin';
export const name = 'my-plugin-index';
export function apply(ctx: Context, config: 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