Commit 448ecadc authored by nanahira's avatar nanahira

fix

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