chore: 特定环境编译

This commit is contained in:
chenj 2025-11-27 19:08:29 +08:00
parent 4bd325352f
commit 7b565a5ad6
2 changed files with 3 additions and 2 deletions

2
.env
View File

@ -5,4 +5,4 @@ VITE_DEV_PORT = '8080'
VITE_DEV_PATH = 'http://localhost:5005' VITE_DEV_PATH = 'http://localhost:5005'
# production path # production path
VITE_PRO_PATH = 'http://localhost:5005' VITE_PRO_PATH = 'http://8.134.12.200:5005'

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ dist-ssr
*.local *.local
.vscode .vscode
.idea .idea
pnpm-lock pnpm-lock
dist.7z