Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueweiand committed Mar 7, 2024
1 parent 48caf53 commit 8f1878b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# compiled output
# /dist
/dist
/node_modules
/build

Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"routes": [
{
"src": "/(.*)",
"dest": "dist/main.js",
"dest": "src/main.ts",
"methods": [
"GET",
"POST",
Expand Down

0 comments on commit 8f1878b

Please sign in to comment.