Track environment example

This commit is contained in:
wuyanwanwu
2026-08-13 23:05:45 +08:00
parent e3fe03468d
commit ff164471ec
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# 服务器对外访问端口。若 3200 已被占用,可改为其他未占用端口。
APP_PORT=3200
+1
View File
@@ -30,6 +30,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env* .env*
!.env.example
# vercel # vercel
.vercel .vercel