mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/api/:path*", "destination": "/api/:path*" },
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
],
|
|
"functions": {
|
|
"api/linear/*.ts": {
|
|
"memory": 1024,
|
|
"maxDuration": 4
|
|
}
|
|
}
|
|
}
|