{ "functions": { "source": ".", "runtime": "nodejs22", "ignore": [ "node_modules", "src", "logs", "uploads", "*.test.ts", "*.test.js", "jest.config.js", "tsconfig.json", ".eslintrc.js", "Dockerfile", "cloud-run.yaml", ".env", ".env.*", "*.env", ".env.bak", ".env.bak*", "*.env.bak", "*.env.bak*", "pnpm-lock.yaml" ], "predeploy": [ "npm run build" ], "codebase": "backend" }, "emulators": { "functions": { "port": 5001 }, "hosting": { "port": 5000 }, "ui": { "enabled": true, "port": 4000 } } }