Skip to content

Commit

Permalink
Improve export comment in index file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Sep 26, 2024
1 parent b43121f commit 967447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export * from './cli/utilities/theme-ext-environment/theme-ext-server.js'
export {isStorefrontPasswordProtected} from './cli/utilities/theme-environment/storefront-session.js'
export {ensureValidPassword} from './cli/utilities/theme-environment/storefront-password-prompt.js'

// Public Theme Commands
// Expose core utilities for developers to build and expand on the CLI
export {pull} from './cli/services/pull.js'
export {push} from './cli/services/push.js'
export {publicFetchStoreThemes as fetchStoreThemes} from './cli/utilities/theme-selector/fetch.js'

0 comments on commit 967447b

Please sign in to comment.