create profile if not exists

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-13 13:31:07 +02:00
parent cef7fc6965
commit 4e0ec23f09
3 changed files with 55 additions and 28 deletions

View File

@@ -14,9 +14,11 @@
"dependencies": {
"@mixan/types": "workspace:*",
"@prisma/client": "^5.4.2",
"@types/ramda": "^0.29.6",
"express": "^4.18.2",
"morgan": "^1.10.0",
"prisma": "^5.4.2",
"ramda": "^0.29.1",
"random-animal-name": "^0.1.1",
"uuid": "^9.0.1"
},