Import drizzle replacing prisma

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2024-04-20 00:03:10 +02:00
parent a7f0a635ec
commit c6ba8c791b
108 changed files with 2367 additions and 1554 deletions

14
assets/css/main.scss Normal file
View File

@@ -0,0 +1,14 @@
body {
font-family: 'DM Sans', sans-serif;
@apply flex h-full flex-col bg-zinc-50 dark:bg-black;
}
.page-enter-active,
.page-leave-active {
transition: all 0.4s;
}
.page-enter-from,
.page-leave-to {
opacity: 0;
transform: scale(0.97);
}