{ "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "function": "nextjsFunc" } ] }, "functions": { "source": ".", "predeploy": [ "yarn", "yarn build" ], "runtime": "nodejs14" } }