We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a2389 commit 9bc2b54Copy full SHA for 9bc2b54
1 file changed
vercel.json
@@ -1,7 +1,7 @@
1
{
2
- "routes": [
3
- { "handle": "filesystem" },
4
- { "src": "/api/(.*)", "dest": "/api/$1" },
5
- { "src": "/(.*)", "dest": "/index.html" }
6
- ]
+ "functions": {
+ "api/**/*.ts": {
+ "runtime": "@vercel/node@18.x"
+ }
7
}
0 commit comments