mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Ongoing rewrite work
This commit is contained in:
@ -3,5 +3,6 @@ const {Signale} = require('signale');
|
||||
module.exports = {
|
||||
global: new Signale({scope: 'Global '}),
|
||||
migrate: new Signale({scope: 'Migrate '}),
|
||||
express: new Signale({scope: 'Express '})
|
||||
express: new Signale({scope: 'Express '}),
|
||||
access: new Signale({scope: 'Access '})
|
||||
};
|
||||
|
Reference in New Issue
Block a user