Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Adjust Prisma Configuration for Development
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybrink committed Apr 13, 2024
1 parent 048299c commit 3eff8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ pids
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Prisma
prisma/database.*
prisma/.database.*
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"verify": "npm run build && npm run check && npm run test:cov && npm run test:e2e",
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"start:dev": "npm run db:reset && nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down

0 comments on commit 3eff8b9

Please sign in to comment.