feat: Implement new 'Calmer Internet' light theme, update UI components, and set up initial Prisma database with OpenSSL support.

This commit is contained in:
2026-01-04 21:44:00 +00:00
parent 6f5e7b74b7
commit c1a7aa614d
10 changed files with 389 additions and 551 deletions

View File

@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
}
datasource db {