Commit 5be4601a authored by nanahira's avatar nanahira

bump

parent 1c60df84
......@@ -15,10 +15,11 @@ const app = new Context({
app.plugin(Help);
// Console and sandbox
app.plugin(SandboxPlugin);
// app.plugin(SandboxPlugin);
app.plugin(ConsolePlugin, {
open: false,
});
app.plugin(SandboxPlugin);
// Some services
app.plugin(DatabasePlugin);
......
This diff is collapsed.
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