Skip to content

Commit

Permalink
fix: export utils from @webiny/app
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Dec 16, 2024
1 parent 9c93186 commit a9313d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/app-admin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ export { AaclPermission } from "@webiny/app-wcp/types";
export { useTheme, ThemeProvider } from "@webiny/app-theme";

export * from "@webiny/app/renderApp";

// Exporting chosen utils from `@webiny/app` package.
export * from "@webiny/app/utils/getApiUrl";
export * from "@webiny/app/utils/getGqlApiUrl";
export * from "@webiny/app/utils/getHeadlessCmsGqlApiUrl";
export * from "@webiny/app/utils/getLocaleCode";
export * from "@webiny/app/utils/getTenantId";
export * from "@webiny/app/utils/isLocalhost";

0 comments on commit a9313d6

Please sign in to comment.