mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-30 00:57:55 +08:00
chore: fix npm start
This commit is contained in:
@@ -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/vercel.js'].map((file) => path.join(projectRoot, file));
|
||||
const files = ['lib/index.ts', 'api/vercel.js'].map((file) => path.join(projectRoot, file));
|
||||
|
||||
(async () => {
|
||||
console.log('Start analyzing, project root:', projectRoot);
|
||||
|
||||
Reference in New Issue
Block a user