|
|
@@ -12,7 +12,7 @@ import { CodexAuthPlugin } from "./codex"
|
|
|
export namespace Plugin {
|
|
|
const log = Log.create({ service: "plugin" })
|
|
|
|
|
|
- const BUILTIN = ["[email protected]1", "[email protected]"]
|
|
|
+ const BUILTIN = ["[email protected]2", "[email protected]"]
|
|
|
|
|
|
// Built-in plugins that are directly imported (not installed from npm)
|
|
|
const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin]
|