Skip to content

Commit

Permalink
chore: adicionado comando para rodar projeto bildado
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSemiOficial committed Sep 26, 2024
1 parent b4183a0 commit bb1b0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"server:build": "tsc",
"server:watch": "tsx --watch src/server.ts",
"server:start": "node dist/src/server.js",
"prisma:migrate": "prisma migrate dev",
"prisma:studio": "prisma studio",
"prisma:seed": "prisma db seed"
Expand Down

0 comments on commit bb1b0d1

Please sign in to comment.