Refactor environment variables to use process.env in firebase configuration and update .gitignore for environment files

This commit is contained in:
2026-01-03 11:57:16 -06:00
parent 915c91944a
commit 7fc2aeebc8
4 changed files with 23 additions and 10 deletions

6
.gitignore vendored
View File

@@ -25,4 +25,8 @@ dist-ssr
# Pnpm lock files
pnpm-lock.yaml
pnpm-workspace.yaml
pnpm-workspace.yaml
# Environment variables
.env
.env*