Skip to content

Commit

Permalink
Rename from ZEIT Now to Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed May 30, 2020
1 parent 2143d03 commit c0538d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ src/*.js
dev.sh

.now
.vercel
File renamed without changes.
6 changes: 0 additions & 6 deletions now.json → vercel.json
@@ -1,5 +1,4 @@
{
"version": 2,
"regions": ["sfo1", "cle1", "pdx1", "iad1"],
"functions": {
"api/**": {
Expand All @@ -17,11 +16,6 @@
"rewrites": [
{ "source": "/(.*)", "destination": "/api/index.ts" }
],
"build": {
"env": {
"NOW_BUILDER_DEBUG": "1"
}
},
"env": {
"REDIS_HOST": "@packagephobia2-redis-host",
"REDIS_PORT": "@packagephobia2-redis-port",
Expand Down

0 comments on commit c0538d1

Please sign in to comment.