feat(web): 增加根据环境切换debug状态

This commit is contained in:
v-zhangjc9
2025-05-30 17:35:39 +08:00
parent 3901a47da0
commit fe9e185a9a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import react from '@vitejs/plugin-react-swc'
import {defineConfig, UserConfig} from 'vite'
import {defineConfig, type UserConfig} from 'vite'
// https://vite.dev/config/
export default defineConfig(({mode}) => {