{ "version": 2, "rewrites": [ { "source": "/api/(.*)", "destination": "/api/index.ts" }, { "source": "/((?!api/).*)", "destination": "/index.html" } ], "functions": { "api/index.ts": { "includeFiles": "src/server/**" } } }