Skip to content

Commit

Permalink
Teste deploy na vercel - 6 - Back-end.
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSS187 committed Feb 15, 2023
1 parent 76af443 commit 74a79e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"tsup": {
"entry": ["src/index.ts"],
"splitting": false,
"sourcemap": true,
"clean": true
},
"scripts": {
"start": "node ./dist/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsup src",
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
"migrate:latest": "ts-node -r dotenv/config ./node_modules/knex/bin/cli.js --knexfile ./src/config/knexfile.ts migrate:latest --migrations-directory ../data/migrations",
"migrate:make": "ts-node -r dotenv/config ./node_modules/knex/bin/cli.js --knexfile ./src/config/knexfile.ts migrate:make --migrations-directory ../data/migrations",
Expand Down

2 comments on commit 74a79e2

@vercel
Copy link

@vercel vercel bot commented on 74a79e2 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.vercel.app
modern-to-do-list-gabrielss187.vercel.app
modern-to-do-list-git-main-gabrielss187.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 74a79e2 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.