chore: rename now to vercel (#9791)

This commit is contained in:
Tony
2022-05-20 07:27:08 -04:00
committed by GitHub
parent e1347b3d99
commit 11ef5c4dba
5 changed files with 22 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ const { nodeFileTrace } = require('@vercel/nft');
const projectRoot = path.resolve(process.env.PROJECT_ROOT || path.join(__dirname, '../..'));
const resultFolder = path.join(projectRoot, 'app-minimal'); // no need to resolve, ProjectRoot is always absolute
const files = ['lib/index.js', 'api/now.js'].map((file) => path.join(projectRoot, file));
const files = ['lib/index.js', 'api/vercel.js'].map((file) => path.join(projectRoot, file));
(async () => {
console.log('Start analyzing, project root:', projectRoot);