{ "version": 2, "builds": [ { "src": "api/index.ts", "use": "@vercel/node" } ], "routes": [ { "src": "/(.*)", "dest": "api/index.ts" } ], "buildCommand": "npx nest build", "outputDirectory": "dist", "env": { "NODE_ENV": "production" } }