chore: 优化开发者工具配置

This commit is contained in:
2024-04-21 23:09:29 +08:00
parent 83f4aab2bc
commit 4a63a5057a
4 changed files with 16 additions and 2 deletions

View File

@@ -8,3 +8,6 @@ VITE_API_BASE_URL = 'http://localhost:8000'
# 地址前缀
VITE_BASE = '/'
# 是否开启开发者工具
VITE_OPEN_DEVTOOLS = true