Skip to content

Commit

Permalink
udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Kumar-work committed Aug 13, 2024
1 parent ee0082a commit 9c293e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 43 deletions.
3 changes: 2 additions & 1 deletion apps/user-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0"
"lint": "eslint . --max-warnings 0",
"db:generate": "cd .././packages/db && npx prisma generate && cd ../.."
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
Expand Down
49 changes: 7 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c293e8

Please sign in to comment.