Skip to content

Commit

Permalink
ajuste vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Renan de Aguiar Modesto committed Jun 6, 2024
1 parent 7510596 commit 09b2a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": 2,
"public": true,
"build": {
"src": "api/server/server.js",
"use": "@vercel/node"
},
"routes": [{
"src": "/(.*)",
"dest": "api/server/server.js"
}],
"outputDirectory": "api"
}
"outputDirectory": "api",
"root": "api/server"
}

0 comments on commit 09b2a50

Please sign in to comment.