Files
haex-hub-mirror/src/app.config.ts
haex f97cd4ad97 adjust drizzle backend.
return array of arrays
handle table names with quotes
2025-10-30 04:57:01 +01:00

11 lines
166 B
TypeScript

export default defineAppConfig({
ui: {
colors: {
primary: 'sky',
secondary: 'fuchsia',
warning: 'yellow',
danger: 'red',
},
},
})