Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m3s
This commit is contained in:
commit
f2a90584b2
@ -16,7 +16,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build:antd
|
run: pnpm build:antd
|
||||||
- name: cp
|
- name: cp
|
||||||
run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
|
# run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
|
||||||
|
run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\property" -Recurse -Force -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VITE_BASE=/
|
VITE_BASE=/property
|
||||||
|
|
||||||
# 是否开启压缩,可以设置为 none, brotli, gzip
|
# 是否开启压缩,可以设置为 none, brotli, gzip
|
||||||
VITE_COMPRESS=gzip
|
VITE_COMPRESS=gzip
|
||||||
|
Loading…
Reference in New Issue
Block a user