feat(plugin): Add dynamic plugin and manifest loader

This commit is contained in:
Jesse Wierzbinski 2024-09-23 11:51:15 +02:00
parent f623f2c1a0
commit d224d7b9b8
No known key found for this signature in database
9 changed files with 451 additions and 9 deletions

View file

@ -201,5 +201,10 @@ export const configureLoggers = (silent = false) =>
category: ["logtape", "meta"],
level: "error",
},
{
category: "plugin",
sinks: ["console", "file"],
filters: ["configFilter"],
},
],
});