Compare commits
3 Commits
7d5817ce33
...
de569eb59a
Author | SHA1 | Date | |
---|---|---|---|
de569eb59a | |||
97a0417d50 | |||
0b31030317 |
@ -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\propety" -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