Files
streakfit-web/app/app.config.ts
T
neckfireandClaude Opus 4.8 8ee9596529
Build & Deploy / build (push) Failing after 5s
StreakFit — PWA Nuxt (thème flamme, logo SF animé)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 03:00:18 +02:00

9 lines
114 B
TypeScript

export default defineAppConfig({
ui: {
colors: {
primary: 'flame',
neutral: 'zinc'
}
}
})