From 4b33a833a227f99ae289bfeafba09dae90a7a38f Mon Sep 17 00:00:00 2001 From: Amio Jin Date: Tue, 25 Aug 2020 13:12:09 +0800 Subject: [PATCH] chore: bye now, hello vercel (#427) --- .nowignore => .vercelignore | 0 now-v1.json | 34 ---------------------------------- now.json => vercel.json | 0 3 files changed, 34 deletions(-) rename .nowignore => .vercelignore (100%) delete mode 100644 now-v1.json rename now.json => vercel.json (100%) diff --git a/.nowignore b/.vercelignore similarity index 100% rename from .nowignore rename to .vercelignore diff --git a/now-v1.json b/now-v1.json deleted file mode 100644 index ec3a494..0000000 --- a/now-v1.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "version": 1, - "type": "docker", - "alias": [ - "badgen.net", - "flat.badgen.net" - ], - "files": [ - "package.json", - "package-lock.json", - "server.tsconfig.json", - "tsconfig.json", - "next-env.d.ts", - "next.config.js", - "index.ts", - "tools", - "libs", - "pages", - "static", - "endpoints", - "components" - ], - "env": { - "GH_TOKENS": "@badgen-gh-tokens", - "SENTRY_DSN": "@badgen-sentry-dsn", - "TRACKING_GA": "@badgen-tracking-ga" - }, - "engines": { - "node": "^10" - }, - "github": { - "autoAlias": false - } -} diff --git a/now.json b/vercel.json similarity index 100% rename from now.json rename to vercel.json