remove definition of 'process.env.NODE_ENV' in coretool.js.

This commit is contained in:
陆柯 2022-09-20 15:15:13 +08:00
parent 7725f2b5cb
commit 8e21f5fc72

View File

@ -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 ★★★★★★★★')