.env.dist.local -
You can create a .env.local file based on this template and override or add specific settings as needed for your local environment.
The .env.dist.local file is a small change with outsized impact. It eliminates guesswork, prevents configuration drift, and allows new team members to go from git clone to npm start in seconds — with zero broken configurations. .env.dist.local
# .env.dist.local # This file is committed to the repository. # Copy to .env.local for actual local development. You can create a