修复编译告警

This commit is contained in:
2025-10-26 19:44:35 +08:00
parent f8e74d6dba
commit 11aac96b53
2 changed files with 3 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ pub fn write_claude_config(config: &ClaudeConfig) -> Result<(), String> {
} }
/// 备份当前配置 /// 备份当前配置
#[allow(dead_code)]
pub fn backup_claude_config() -> Result<(), String> { pub fn backup_claude_config() -> Result<(), String> {
let config_path = get_claude_config_path()?; let config_path = get_claude_config_path()?;
let backup_path = get_config_backup_path()?; let backup_path = get_config_backup_path()?;

View File

@@ -40,8 +40,8 @@ export default defineConfig(async () => ({
// Build configuration for code splitting // Build configuration for code splitting
build: { build: {
// Increase chunk size warning limit to 3000 KB // Increase chunk size warning limit to 3500 KB (Monaco Editor is ~3346 KB)
chunkSizeWarningLimit: 3000, chunkSizeWarningLimit: 3500,
rollupOptions: { rollupOptions: {
output: { output: {