remove definition of 'process.env.NODE_ENV' in coretool.js.
This commit is contained in:
parent
7725f2b5cb
commit
8e21f5fc72
@ -44,7 +44,9 @@ const wo = (global.wo = {
|
||||
if (typeof wo.envar.webSsl === 'string') {
|
||||
wo.envar.webSsl = eval(`(${wo.envar.webSsl})`)
|
||||
}
|
||||
|
||||
console.log('\n******** Environment Variables ********')
|
||||
console.log(JSON.parse(coretool.stringify_by_keyorder(wo.envar)))
|
||||
console.log('******** Environment Variables ********\n')
|
||||
;(function serve () {
|
||||
console.log('★★★★★★★★ Starting Server ★★★★★★★★')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user