First design of frontpage

This commit is contained in:
2024-10-04 01:54:27 +00:00
parent 154b93e267
commit 5a950f6851
170 changed files with 9412 additions and 143 deletions

14
prisma/schema.prisma Normal file
View File

@ -0,0 +1,14 @@
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?
// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("10.0.0.124:5432")
}