Skip to content

Commit

Permalink
zk: add 3 services prismainit
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Apr 25, 2024
1 parent 93f4558 commit 56875a5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions kong-docker-compose/kong-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ services:
retries: 10
ports:
- "8000:8000"
- "8001:8001"
- "8443:8443"
- "8444:8444"

#######################################
# Konga database prepare
Expand Down
1 change: 0 additions & 1 deletion packages/services/user/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

generator client {
provider = "prisma-client-js"
output = "../../../../node_modules/.prisma/client"
}

datasource db {
Expand Down
2 changes: 1 addition & 1 deletion packages/services/user/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"typeRoots": ["./src/types", "../../../"],
"typeRoots": ["./src/types", "../../../node_modules/@types"],
"sourceMap": true,
"types": ["node", "express"],
"noImplicitAny": false,
Expand Down

0 comments on commit 56875a5

Please sign in to comment.