Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fractal-bootcamp/directoryNY
Browse files Browse the repository at this point in the history
  • Loading branch information
ajroberts0417 committed Aug 23, 2024
2 parents 9e8019c + cf0d756 commit 3b99e52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "docker compose up -d && npx prisma migrate dev && bun --watch app.ts "
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 3b99e52

Please sign in to comment.