Initial commit

Created from https://vercel.com/new
This commit is contained in:
ArthurDanjou
2025-09-06 14:11:17 +00:00
commit fcb9162017
17 changed files with 12759 additions and 0 deletions

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

@@ -0,0 +1,17 @@
export default defineAppConfig({
repository: 'nuxt/ui',
ui: {
colors: {
primary: 'green',
neutral: 'slate'
},
prose: {
li: {
base: 'break-words'
},
a: {
base: 'break-words'
}
}
}
})