Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 8b12256

Browse files
committed
update
1 parent b00a6de commit 8b12256

File tree

6 files changed

+743
-709
lines changed

6 files changed

+743
-709
lines changed

scripts/copy-dist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cp -Path ..\web\dist\*./ -Destination ..\web\deploy\ -Force
1+
cp -Path ..\web\dist\* -Destination ..\web\deploy\ -Force
22
cp -Path ..\web\dist\assets\* -Destination ..\web\deploy\assets -Force

scripts/start-nginx.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ GenerateFolder nginx\80\logs
1313
GenerateFolder nginx\80\temp
1414
GenerateFolder nginx\4000\logs
1515
GenerateFolder nginx\4000\temp
16+
mkdir ../web/deploy
17+
mkdir ../web/deploy/assets
18+
./copy-dist.ps1
1619
echo "starting 80"
1720
start nginx "-c conf/nginx.conf -p nginx/80"
1821
echo "starting 4000"

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"typescript": "~5.0.4",
4343
"unplugin-auto-import": "^0.12.2",
4444
"unplugin-vue-components": "^0.22.12",
45-
"vite": "^4.3.9",
45+
"vite": "4.3.8",
4646
"vite-plugin-markdown": "^2.1.0",
4747
"vue-tsc": "^1.6.5"
4848
},

0 commit comments

Comments
 (0)