mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-03-27 11:12:44 +01:00

* Add support for logging to console and files * Added support for internal and custom log categories Added support for disabling log categories Added support for setting desired log levels for both console and file
11 lines
177 B
TypeScript
11 lines
177 B
TypeScript
Object.assign(globalThis, {
|
|
PEACOCK_DEV: false,
|
|
HUMAN_VERSION: "test",
|
|
REV_IDENT: 1,
|
|
})
|
|
|
|
process.env.TEST = "peacock"
|
|
process.env.LOG_LEVEL_FILE = "none"
|
|
|
|
export {}
|