Parcourir la source

修改开发端口为默认的3000

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
杨宇庆 il y a 11 mois
Parent
commit
cbc7214271
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .env

+ 1 - 1
.env

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