Skip to content
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fix rollouts:create to handle backend regionality & other fixes. (#7862)
- Fixed Next.js issue with PPR routes not rendering correctly. (#7625)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
setDefaultTrafficPolicy,
ensureAppHostingComputeServiceAccount,
getBackendForAmbiguousLocation,
} from "./index";
} from "./backend";
import * as deploymentTool from "../deploymentTool";
import { FirebaseError } from "../error";

Expand Down
Loading
Loading