mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 12:24:51 +00:00
remove console logger from plugin loader
This commit is contained in:
@@ -78,7 +78,7 @@ if (_IS_DEV) {
|
||||
}
|
||||
|
||||
export const SETTINGS = {
|
||||
PH_PLUGINS: mkCsvString([`@pockethost/plugin-console-logger`]),
|
||||
PH_PLUGINS: mkCsvString([]),
|
||||
|
||||
PH_HOME: mkPath(_PH_HOME, { create: true }),
|
||||
PH_PROJECT_ROOT: mkPath(PH_PROJECT_ROOT()),
|
||||
|
||||
Reference in New Issue
Block a user