{ "projects": { "testing": "cim-summarizer-testing" }, "functions": { "source": ".", "runtime": "nodejs20", "ignore": [ "node_modules", "src", "logs", "uploads", "*.test.ts", "*.test.js" ], "predeploy": [ "npm run build" ], "codebase": "backend" }, "emulators": { "functions": { "port": 5002 }, "hosting": { "port": 5001 }, "ui": { "enabled": true, "port": 4001 } } }