Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauzanmhr authored Aug 26, 2024
1 parent fe18667 commit 6019935
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": 2,
"name": "zannime",
"builds": [
{
"src": "index.js",
Expand All @@ -11,5 +12,18 @@
"src": "/(.*)",
"dest": "index.js"
}
],
"env": {
"NODE_ENV": "production"
},
"files": [
"index.js",
"package.json",
"package-lock.json",
"public",
"views",
"routes",
"controllers",
"services",
]
}

0 comments on commit 6019935

Please sign in to comment.