mirror of
https://github.com/lucaspalomodevelop/monitoring-server.git
synced 2026-03-12 22:57:21 +00:00
add prisma
This commit is contained in:
parent
eec129679e
commit
73614b41ad
37397
api/package-lock.json
generated
37397
api/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -31,6 +31,7 @@
|
||||
"poi": "^9.0.0",
|
||||
"poi-preset-bundle-report": "^2.0.0",
|
||||
"poi-preset-offline": "^9.0.0",
|
||||
"prisma": "^4.7.0",
|
||||
"serve": "^6.1.0",
|
||||
"tyu": "^1.0.4"
|
||||
}
|
||||
|
||||
11
api/prisma/schema.prisma
Normal file
11
api/prisma/schema.prisma
Normal file
@ -0,0 +1,11 @@
|
||||
// This is your Prisma schema file,
|
||||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "sqlite"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
17830
api/yarn.lock
17830
api/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user