chore: init

This commit is contained in:
Benjamin Canac
2024-03-05 18:45:21 +01:00
commit f5e60a00ba
15 changed files with 7198 additions and 0 deletions

12
app.config.ts Normal file
View File

@@ -0,0 +1,12 @@
export default defineAppConfig({
ui: {
button: {
base: 'font-semibold',
variants: {
color: {
pink: 'bg-pink-500 text-white',
}
}
}
}
})