Skip to content

@salesforce/b2c-tooling-sdk / discovery / ProjectType

Type Alias: ProjectType ​

ProjectType = "cartridges" | "pwa-kit-v3" | "storefront-next"

Defined in: packages/b2c-tooling-sdk/src/discovery/types.ts:20

Identifies the type of B2C Commerce project.

Simplified to 3 workspace types:

  • cartridges: Any project with cartridges (detected via .project files)
  • pwa-kit-v3: PWA Kit v3 storefront
  • storefront-next: Storefront Next (Odyssey)

Released under the Apache-2.0 License.