fix(framework): add missing storefrontUrl from configuration type (#11511)

The `storefrontUrl` is defined in the `packages/core/types/src/common/config-module.ts` file, but for many purposes, including the documentation, we use the types defined in `packages/core/framework/src/config/types.ts`. This PR adds the `storefrontUrl` to the framework type
This commit is contained in:
Shahed Nasser
2025-02-18 19:29:59 +02:00
committed by GitHub
parent 062805d533
commit b60e1c855e
2 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/framework": patch
---
fix(framework): add missing storefrontUrl from configuration type