mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(plugin): ✨ Add dynamic plugin and manifest loader
This commit is contained in:
parent
f623f2c1a0
commit
d224d7b9b8
9 changed files with 451 additions and 9 deletions
|
|
@ -201,5 +201,10 @@ export const configureLoggers = (silent = false) =>
|
|||
category: ["logtape", "meta"],
|
||||
level: "error",
|
||||
},
|
||||
{
|
||||
category: "plugin",
|
||||
sinks: ["console", "file"],
|
||||
filters: ["configFilter"],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue