Compare commits

...

2 Commits

Author SHA1 Message Date
b7702ef3b1 增加环境忽略 2026-01-29 10:04:50 +08:00
0015e2e047 增加环境忽略 2026-01-29 10:04:32 +08:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
# 开发环境接口
# VITE_API_BASE_URL='http://localhost:8000'
VITE_API_BASE_URL='https://backend.yunzer.cn'

4
.gitignore vendored
View File

@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env
.env.*
!.example.env