Skip to content

Commit

Permalink
add utility folder files to server
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorpheuz committed Jun 6, 2021
1 parent 88b2d5e commit 93b6262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"use": "@nuxtjs/vercel-builder",
"config": {
"serverFiles": [
"server-middleware/**"
"server-middleware/**",
"utility/**"
]
}
}
Expand Down

0 comments on commit 93b6262

Please sign in to comment.