fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.54k stars 3.89k forks source link

Update osa4b.md #3704

Open justenlu opened 3 months ago

justenlu commented 3 months ago

Package cross-env is needed in production also because of the following in package.json:

{ // ... "scripts": { // ... "start": "cross-env NODE_ENV=production node index.js", }, // ... }