feat(medusa): export feature flag configs (#13714)

* Export feature-flags

* Add changeset

---------

Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
This commit is contained in:
Nicolas Gorga
2025-10-10 12:14:28 -03:00
committed by GitHub
parent a1c56d29d0
commit 137b237c84
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
"./core-flows": "./dist/core-flows/index.js",
"./loaders/*": "./dist/loaders/*.js",
"./commands/*": "./dist/commands/*.js",
"./feature-flags/*": "./dist/feature-flags/*.js",
"./*": "./dist/modules/*.js"
},
"repository": {