2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

feat: 本地加载monaco编辑器以及去掉无用的插件

This commit is contained in:
耗子
2024-09-29 01:56:50 +08:00
parent d4feba17d0
commit 4ad7ec58be
9 changed files with 50 additions and 201 deletions

2
web/types/env.d.ts vendored
View File

@@ -8,8 +8,6 @@ interface ViteEnv {
VITE_PUBLIC_PATH: string
VITE_BASE_API: string
VITE_PROXY_TYPE?: ProxyType
VITE_USE_COMPRESS?: boolean
VITE_COMPRESS_TYPE?: 'gzip' | 'brotliCompress' | 'deflate' | 'deflateRaw'
}
interface ProxyConfig {