Initial commit

This commit is contained in:
2024-06-21 00:21:49 +02:00
commit a99f3a4396
38 changed files with 17209 additions and 0 deletions

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

@@ -0,0 +1,12 @@
export default defineAppConfig({
ui: {
gray: 'neutral',
primary: 'gray',
container: {
constrained: 'max-w-3xl',
},
icons: {
dynamic: true,
}
}
})