Skip to content

Commit

Permalink
Vercel errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownpersonog committed May 5, 2024
1 parent 758a414 commit 312ce63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.ts",
"scripts": {
"start": "nodemon ./src/index.ts",
"test": "node ./dist/index.js",
"testtreeks": "nodemon ./src/treeks.ts",
"dev": "node ./dist/index.js",
"deploy": "vercel --prod",
"build": "tsc"
},
"repository": {
Expand Down
1 change: 0 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"version": 2,
"buildCommand": "npm run build",
"builds": [
{
"src": "dist/index.js",
Expand Down

0 comments on commit 312ce63

Please sign in to comment.