Files
xsh-assistant-next/app.config.ts
2024-02-26 09:23:09 +08:00

7 lines
102 B
TypeScript

export default defineAppConfig({
ui: {
primary: 'green',
gray: 'neutral'
}
})