mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
feat: 本地加载monaco编辑器以及去掉无用的插件
This commit is contained in:
2
web/types/env.d.ts
vendored
2
web/types/env.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user