Skip to content

Commit

Permalink
Teste deploy na vercel - 7 - Back-end.
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSS187 committed Feb 15, 2023
1 parent 74a79e2 commit 883f7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"tsup": {
"entry": ["src/index.ts"],
"entry": ["src/index.ts", "src/errors"],
"splitting": false,
"sourcemap": true,
"clean": true
},
"scripts": {
"start": "node ./dist/index.js",
"start": "tsup && node dist/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

3 comments on commit 883f7e2

@vercel
Copy link

@vercel vercel bot commented on 883f7e2 Feb 15, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

modern-to-do-list – ./front-end

modern-to-do-list-git-main-gabrielss187.vercel.app
modern-to-do-list.vercel.app
modern-to-do-list-gabrielss187.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 883f7e2 Feb 15, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 883f7e2 Feb 15, 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.