mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
feat: move vercel entrance to api
This commit is contained in:
@@ -13,6 +13,6 @@
|
|||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"outDir": "./dist"
|
"outDir": "./dist"
|
||||||
},
|
},
|
||||||
"include": ["./lib/**/*"],
|
"include": ["./lib/**/*", "./api/vercel.ts"],
|
||||||
"exclude": ["node_modules", "*.test.*"]
|
"exclude": ["node_modules", "*.test.*"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"framework": null,
|
"framework": null,
|
||||||
"github": { "silent": true },
|
"github": { "silent": true },
|
||||||
"routes": [{ "src": "/.*", "dest": "/lib/vercel.ts" }]
|
"routes": [{ "src": "/.*", "dest": "/api/vercel.ts" }]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user