Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 23, 2023
1 parent 921d93c commit 9e5c4a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typescript/graphql-nextjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
node_modules/
src/generated/
.next/

# lock files
*lock.*
*.lock

# db
*.db*
5 changes: 5 additions & 0 deletions typescript/graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"pkg": {
"assets": [
"node_modules/.prisma/client/*.node"
]
}
}

0 comments on commit 9e5c4a2

Please sign in to comment.