mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: prisma migrations in docker
i hate prisma so so so so so much
This commit is contained in:
parent
f24a5dbfc4
commit
c8db07b9d7
12 changed files with 49 additions and 50 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"@heroicons/vue": "^2.1.5",
|
||||
"@nuxt/fonts": "^0.11.0",
|
||||
"@nuxt/image": "^1.10.0",
|
||||
"@prisma/client": "^6.5.0",
|
||||
"@prisma/client": "^6.6.0",
|
||||
"@tailwindcss/vite": "^4.0.6",
|
||||
"argon2": "^0.41.1",
|
||||
"arktype": "^2.1.10",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"micromark": "^4.0.1",
|
||||
"nuxt": "^3.16.2",
|
||||
"nuxt-security": "2.2.0",
|
||||
"prisma": "^6.5.0",
|
||||
"prisma": "^6.6.0",
|
||||
"sharp": "^0.33.5",
|
||||
"stream-mime-type": "^2.0.0",
|
||||
"turndown": "^7.2.0",
|
||||
|
|
@ -72,6 +72,6 @@
|
|||
}
|
||||
},
|
||||
"prisma": {
|
||||
"schema": "./prisma/schema"
|
||||
"schema": "./prisma"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue