Add GitHub Actions deployment workflows and cloud platform configs
This commit is contained in:
23
vercel.json
Normal file
23
vercel.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "server.js",
|
||||
"use": "@vercel/node"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/server.js"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
},
|
||||
"functions": {
|
||||
"server.js": {
|
||||
"maxDuration": 30
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user