feat: move vercel entrance to api
This commit is contained in:
parent
9169e5fe9b
commit
6cc452bf60
|
|
@ -13,6 +13,6 @@
|
|||
"noImplicitAny": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["./lib/**/*"],
|
||||
"include": ["./lib/**/*", "./api/vercel.ts"],
|
||||
"exclude": ["node_modules", "*.test.*"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"framework": null,
|
||||
"github": { "silent": true },
|
||||
"routes": [{ "src": "/.*", "dest": "/lib/vercel.ts" }]
|
||||
"routes": [{ "src": "/.*", "dest": "/api/vercel.ts" }]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue