attempted upgrade
This commit is contained in:
@@ -46,7 +46,7 @@ class Logger {
|
||||
constructor(context?: string, options: LoggerOptions = {}) {
|
||||
this.context = context;
|
||||
this.options = {
|
||||
enabled: process.env.NODE_ENV !== "production",
|
||||
enabled: import.meta.env.NODE_ENV !== "production",
|
||||
showTimestamp: true,
|
||||
collapsed: true,
|
||||
colors: true,
|
||||
|
||||
Reference in New Issue
Block a user