File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,12 @@ $ yarn package
7676$ yarn package-all
7777```
7878
79- ### Configuration
80- Update * config/dev-app-update.yml* and * config/google-analytics-key.js* .
81- Ports are assigned in * config/env*
79+ ### Configurations
80+ - * config/env/env.dev.js* and * config/env/env.prod.js* contain the PORT number of the app.
81+ - * config/dev-app-update.yml* file holds the GitHub repo variables required by * electron-updater* .
82+ - * config/google-analytics-key.js* file contains the Google Analytics Tracking ID.
83+ - * package.json* ** build.publish** object holds the values for publishing the packaged application.
84+ - * app/constants* folder contains all the constants required by the app.
8285
8386### General Information
8487- Port assigned: ** 3642**
You can’t perform that action at this time.
0 commit comments