⚙️ Environments
Website
| File | Used for |
|---|---|
.env.local | Local development |
Mobile
| File | Used for |
|---|---|
.env.development | npm run start:dev |
.env.uat | npm run start:uat |
.env.production | npm run start:prod / EAS build profile |
Every
NEXT_PUBLIC_* / EXPO_PUBLIC_* variable is inlined into the client bundle at build time — never put a secret behind either prefix.