Files
Grey 5730978b9c
ci / ci (22, ubuntu-latest) (push) Has been cancelled
first commit
2026-05-10 15:53:34 +07:00

9 lines
115 B
TypeScript

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