Skip to content

Commit a9313d6

Browse files
committed
fix: export utils from @webiny/app
1 parent 9c93186 commit a9313d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/app-admin/src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ export { AaclPermission } from "@webiny/app-wcp/types";
6262
export { useTheme, ThemeProvider } from "@webiny/app-theme";
6363

6464
export * from "@webiny/app/renderApp";
65+
66+
// Exporting chosen utils from `@webiny/app` package.
67+
export * from "@webiny/app/utils/getApiUrl";
68+
export * from "@webiny/app/utils/getGqlApiUrl";
69+
export * from "@webiny/app/utils/getHeadlessCmsGqlApiUrl";
70+
export * from "@webiny/app/utils/getLocaleCode";
71+
export * from "@webiny/app/utils/getTenantId";
72+
export * from "@webiny/app/utils/isLocalhost";

0 commit comments

Comments
 (0)