create-application-template 0.6.3 → 0.6.5
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 +2 -2
- package/package.json +1 -1
- package/src/fonts/Exo2-Regular.woff2 +0 -0
- package/src/styles/index.css +1 -1
- package/src/fonts/Exo2-Regular.ttf +0 -0
package/README.md
CHANGED
|
@@ -72,9 +72,9 @@ console.log(process.env.PORT)
|
|
|
72
72
|
automatically set to `production` for build; `develop` for dev server
|
|
73
73
|
|
|
74
74
|
### `.env` variables
|
|
75
|
-
add new environmental variables via the `.env` file
|
|
75
|
+
add new or alter existing environmental variables via the `.env` file
|
|
76
76
|
|
|
77
|
-
the following variables exist in the
|
|
77
|
+
the following variables exist in the default configuration and can be altered
|
|
78
78
|
|
|
79
79
|
#### develop (dev server)
|
|
80
80
|
```
|
package/package.json
CHANGED
|
Binary file
|
package/src/styles/index.css
CHANGED
|
Binary file
|