Sfoglia il codice sorgente

修改开发端口为默认的3000

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
杨宇庆 11 mesi fa
parent
commit
cbc7214271
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'