blob: 1b48ea9bd0399fb5ada1556dc33b64529c95b4e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Create React App config.
# See: https://create-react-app.dev/docs/advanced-configuration/
# Development
BROWSER='firefox-developer-edition'
BUILD_PATH='build'
PORT=3000
HTTPS=false
# Production
PUBLIC_URL='./'
|