fix: set default backendBaseUrl in next.config.ts and remove .env.development from .gitignore

This commit is contained in:
mlogclub
2026-04-14 13:48:10 +08:00
parent 794a38b5cb
commit 9cda0ff20a
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -33,7 +33,6 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
!.env.development
# vercel
.vercel