This website requires JavaScript.
Explore
Help
Sign In
root
/
mand-mobile
Watch
1
Star
0
Fork
You've already forked mand-mobile
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
mand-mobile
/
config
/
prod.env.js
6 lines
90 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2018-03-26 16:04:04 +08:00
'use strict'
module
.
exports
=
{
fix(build): replace NODE_ENV with MAND_ENV in some components
2021-02-04 16:50:17 +08:00
NODE
_ENV
:
'"production"'
,
MAND
_ENV
:
'"production"'
,
Initial commit
2018-03-26 16:04:04 +08:00
}