env development local

Solutions on MaxInterview for env development local by the best coders in the world

showing results for - " env development local"
Marie
11 Oct 2017
1Here's the priority of the files for the development build and the production build:
2
3Dev.: (npm start): .env.development.local, .env.development, .env.local, .env
4
5Prod.: (npm run build): .env.production.local, .env.production, .env.local, .env