Skip to content

Commit

Permalink
fix: deploy does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Williancc1557 committed Jun 6, 2023
1 parent 31af21e commit e262fa3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "tsx src/main/server.ts",
"deploy": "yarn build && yarn start",
"build": "tsup src",
"build": "tsc",
"start": "node dist/src/main/server.js",
"test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
"test:verbose": "jest --passWithNoTests --runInBand",
Expand Down
15 changes: 0 additions & 15 deletions vercel.json

This file was deleted.

1 comment on commit e262fa3

@vercel
Copy link

@vercel vercel bot commented on e262fa3 Jun 6, 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.