Commit ddf00bfe authored by nanahira's avatar nanahira

migrate

parent c9c5d957
Pipeline #14748 failed with stages
in 8 seconds
......@@ -3,7 +3,6 @@ import TargetPlugin from '../src';
import ConsolePlugin from '@koishijs/plugin-console';
import SandboxPlugin from '@koishijs/plugin-sandbox';
import DatabasePlugin from '@koishijs/plugin-database-memory';
import CachePlugin from '@koishijs/plugin-cache-lru';
import * as Help from '@koishijs/plugin-help';
import ExtrasInDev from './extras';
......@@ -22,7 +21,6 @@ app.plugin(ConsolePlugin, {
});
// Some services
app.plugin(CachePlugin);
app.plugin(DatabasePlugin);
// Some extras
......
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