Closed mthomps4 closed 1 year ago
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.
.env.example
*.local
PROD: .env .env.local DEV: .env .env.development.local TEST: .env.test .env.test.local
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