This commit is contained in:
2026-02-17 17:23:21 +01:00
commit e2726f1bc5
19 changed files with 13461 additions and 0 deletions

8
app/app.config.ts Normal file
View File

@@ -0,0 +1,8 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'green',
neutral: 'slate'
}
}
})