echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
589 stars 29 forks source link

enhancement: Normalize *.local use to avoid confusion -- add NextAuth placeholders #293

Closed mthomps4 closed 1 year ago

mthomps4 commented 1 year ago

Details

I had a "user issue" with Playwright where it was nabbing a different local env than expected—updating here to stay consistent when rolling new apps.

Rather than setting bogus .env.example files these examples now live with the dotfiles and *.local is used as the correct override.

PROD: .env .env.local DEV: .env .env.development.local TEST: .env.test .env.test.local

Changes