diff --git a/CLAUDE.md b/CLAUDE.md index 8e18d3e89..2e15e3b17 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -20,8 +20,6 @@ ## Git Conventions - - - Use [prefix] format: [feat], [bugfix], [docs] - Add "Fixes #n" to PR descriptions - Never mention Claude/AI in commits diff --git a/src/main.ts b/src/main.ts index d278f816d..ace679c7b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,8 @@ import App from './App.vue' import './assets/css/style.css' import { i18n } from './i18n' -const ComfyUIPreset = definePreset(Aura, { +const ComfyUIPreset = definePreset( + Aura, { semantic: { // @ts-expect-error fixme ts strict error primary: Aura['primitive'].blue