feat: add .env.development file and update .gitignore to include it

This commit is contained in:
mlogclub
2026-04-14 13:46:19 +08:00
parent eef67a436e
commit 794a38b5cb
3 changed files with 3 additions and 1 deletions
+1 -1
Submodule docs updated: f1f97af44a...13b002c6a6
+1
View File
@@ -0,0 +1 @@
NEXT_PUBLIC_API_BASE_URL=http://127.0.0.1:8083
+1
View File
@@ -33,6 +33,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
!.env.development
# vercel
.vercel