feat:最终
This commit is contained in:
7
backend/src/utils/debugger.ts
Normal file
7
backend/src/utils/debugger.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
class Debugger{
|
||||
static log(msg: any){
|
||||
if (process.env.DEBUG){
|
||||
console.log(msg)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user