fix: resolve knip issues - remove unused babel-plugin-module-resolver and fix import path

This commit is contained in:
snomiao
2025-09-22 22:13:00 +00:00
parent c5c54df753
commit c66843e446
5 changed files with 126 additions and 954 deletions

View File

@@ -5,7 +5,7 @@ import { CORE_MENU_COMMANDS } from '../src/constants/coreMenuCommands'
import { DESKTOP_DIALOGS } from '../src/constants/desktopDialogs'
import { SERVER_CONFIG_ITEMS } from '../src/constants/serverConfig'
import type { ComfyCommandImpl } from '../src/stores/commandStore'
import type { FormItem, SettingParams } from '../src/types/settingTypes'
import type { FormItem, SettingParams } from '../src/platform/settings/types'
import { formatCamelCase, normalizeI18nKey } from '../src/utils/formatUtil'
import './setup-browser-globals.js'