Luke Childs
2 years ago
2 changed files with 14 additions and 10 deletions
@ -1,10 +0,0 @@ |
|||||
{ |
|
||||
"name": "onionite", |
|
||||
"alias": "onionite", |
|
||||
"public": true, |
|
||||
"env": { |
|
||||
"NODE_ENV": "production", |
|
||||
"KEEN_PROJECT_ID": "@keen_project_id", |
|
||||
"KEEN_WRITE_KEY": "@keen_write_key" |
|
||||
} |
|
||||
} |
|
@ -0,0 +1,14 @@ |
|||||
|
{ |
||||
|
"builds": [ |
||||
|
{ |
||||
|
"src": "index.js", |
||||
|
"use": "@vercel/node" |
||||
|
} |
||||
|
], |
||||
|
"routes": [ |
||||
|
{ |
||||
|
"src": "/(.*)", |
||||
|
"dest": "index.js" |
||||
|
} |
||||
|
] |
||||
|
} |
Loading…
Reference in new issue