Files
github-readme-stats/vercel.json
T
rickstaa 1617c3fb22 feat: add initial typescript migration
This commit performs the base changes that are needed to migrate the
codebase to typescript.
2022-10-04 11:43:31 +02:00

15 lines
223 B
JSON

{
"functions": {
"api/*.ts": {
"memory": 128,
"maxDuration": 30
}
},
"redirects": [
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
}
]
}