1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/vercel-fastify/vercel.json

5 lines
144 B
JSON
Raw Normal View History

2022-04-26 10:51:36 +09:00
{
"functions": { "api/index.ts": { "includeFiles": "dist/**" } },
"rewrites": [{ "source": "/api/(.*)", "destination": "/api/index.ts" }]
}