You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- # .env.development.localと.env.production.localを用意すること
-
- # REACT_APP_ENV=local
- # REACT_APP_ENV=staging
- # REACT_APP_ENV=production
-
- GENERATE_SOURCEMAP=true
-
- PORT=8080
-
- # HOST
- # ローカル----------
- # REACT_APP_HOST_API_KEY=http://localhost
- # ステージング-------------
- REACT_APP_HOST_API_KEY=
-
-
-
|