super-todo-app-server/app/app.config.ts
Nicolas HOARAU 2cdf12d773
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 16m3s
first commit
2026-01-29 23:58:45 +04:00

9 lines
119 B
TypeScript

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