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.
@webiny/app
1 parent 9c93186 commit a9313d6Copy full SHA for a9313d6
packages/app-admin/src/index.ts
@@ -62,3 +62,11 @@ export { AaclPermission } from "@webiny/app-wcp/types";
62
export { useTheme, ThemeProvider } from "@webiny/app-theme";
63
64
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