create-application-template 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,9 +63,7 @@ console.log(process.env.PORT)
|
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
### `NODE_ENV` settings
|
|
66
|
-
set to `production` for build
|
|
67
|
-
|
|
68
|
-
set to `develop` for dev server
|
|
66
|
+
automatically set to `production` for build; `develop` for dev server
|
|
69
67
|
|
|
70
68
|
### `.env` variables
|
|
71
69
|
add new environmental variables via the `.env` file in project
|