Skip to content

Commit

Permalink
Ageitando algumas coisas no back..
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSS187 committed Feb 14, 2023
1 parent deb5df2 commit 825e49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"npm": "8.12.1"
},
"scripts": {
"start": "node ./dist/index.js",
"start": "tsup src && node ./dist/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsup src",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

1 comment on commit 825e49b

@vercel
Copy link

@vercel vercel bot commented on 825e49b Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.