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