修改开发端口为默认的3000

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
This commit is contained in:
杨宇庆
2024-12-11 05:29:47 +00:00
committed by Gitee
parent 2dc8da714c
commit cbc7214271

2
.env
View File

@@ -1,5 +1,5 @@
# port
VITE_DEV_PORT = '8080'
VITE_DEV_PORT = '3000'
# development path
# VITE_DEV_PATH = 'https://demo.mtruning.club'