We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdc3fa commit ca89f7bCopy full SHA for ca89f7b
src/v2/index.ts
@@ -78,5 +78,6 @@ export { params };
78
// TODO(danielylee): Remove in next major release.
79
export { config } from "../v1/config";
80
81
+// Required for v1 Emulator support.
82
import { setApp as setEmulatedAdminApp } from "../common/app";
83
export const app = { setEmulatedAdminApp };
0 commit comments