Skip to content

Commit

Permalink
wip vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald authored Aug 16, 2024
1 parent 3ed0ac9 commit 6aa9263
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 2,
"builds": [
{
"src": "backend.js",
"use": "@vercel/node",
"config": {
"includeFiles": ["backend.js", "run-command.mjs", "lib/rammerhead/**", "proxyServiceValidator.js"]
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/backend.js"
}
],
"build": {
"env": {
"NPM_CONFIG_PRODUCTION": "false"
},
"scripts": {
"build": ""
}
}
}

0 comments on commit 6aa9263

Please sign in to comment.