Sfoglia il codice sorgente

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

-
nahida 9 mesi fa
parent
commit
130a224cec
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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