怎么把环境变量传进去cross-env NODE_ENV=production
fansiyao opened this issue · 2 comments
fansiyao commented
怎么把环境变量传进去cross-env NODE_ENV=production
eddyerburgh commented
If the question is how to add extra environment variables using cross-env:
cross-env NODE_ENV=production EXTRA_ENV_VAR=something
LinusBorg commented
As the examples is marked as outdated (see README), we're not gonna add new stuff/make changes.