Recommend a producer for the ArchiUp brands zone Fill the form »

.env.development.local Extra Quality Jun 2026

To understand why this file is necessary, you must understand the order in which these files load. Generally, the system loads files from lowest priority to highest priority (the last one loaded wins).

[Lowest Priority] .env ➡️ .env.development ➡️ .env.local ➡️ .env.development.local [Highest Priority] .env.development.local

# .env.development (Committed) VITE_API_URL=https://jsonplaceholder.typicode.com VITE_ENABLE_MOCKS=false To understand why this file is necessary, you

(Local overrides for all environments except test) .env.development.local