📜  .env.development.local - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:14.545000             🧑  作者: Mango

代码示例1
Here's the priority of the files for the development build and the production build:

Dev.: (npm start): .env.development.local, .env.development, .env.local, .env

Prod.: (npm run build): .env.production.local, .env.production, .env.local, .env