Skip to content

Commit

Permalink
vercel: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kamlekar committed May 3, 2023
1 parent fe331da commit e7f8c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"dest": "src/main.ts",
"methods": ["GET", "POST", "PUT", "DELETE"]
}
]
],
"buildCommand": "pnpm run build",
"outputDirectory": "dist"
}

0 comments on commit e7f8c31

Please sign in to comment.