소스 검색

chore: 更新环境变量配置和 Git 忽略规则

-
nahida 9 달 전
부모
커밋
130a224cec
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .env.local
  2. 1 1
      .gitignore

+ 1 - 0
.env.local

@@ -0,0 +1 @@
+BACKEND_URL=http://localhost:8080

+ 1 - 1
.gitignore

@@ -31,7 +31,7 @@ yarn-error.log*
 .pnpm-debug.log*
 
 # env files (can opt-in for committing if needed)
-.env*
+#.env*
 
 # vercel
 .vercel