fix: Add PostCSS config and update NuxtUI configuration for proper styling

This commit is contained in:
2025-10-01 21:56:14 -04:00
parent beddaede19
commit 6d0f99507a
2 changed files with 8 additions and 7 deletions

View File

@@ -5,13 +5,8 @@ export default defineNuxtConfig({
modules: [
'@nuxt/ui'
],
ui: {
theme: {
colors: {
primary: 'red',
gray: 'slate'
}
}
colorMode: {
preference: 'light'
},
runtimeConfig: {
jwtSecret: process.env.JWT_SECRET || 'your-secret-key',