docs: improve module isolation chapter (#12565)

* docs: improve module isolation chapter

* add note about loaders running with migrations
This commit is contained in:
Shahed Nasser
2025-05-21 18:57:28 +03:00
committed by GitHub
parent 499381d119
commit bc965eb6aa
5 changed files with 15758 additions and 15430 deletions
@@ -6,9 +6,9 @@ export const metadata = {
In this chapter, you'll learn about the module's container and how to resolve resources in that container.
Since modules are isolated, each module has a local container only used by the resources of that module.
Since modules are [isolated](../isolation/page.mdx), each module has a local container only used by the resources of that module.
So, resources in the module, such as services or loaders, can only resolve other resources registered in the module's container.
So, resources in the module, such as services or loaders, can only resolve other resources registered in the module's container, and some Framework tools that the Medusa application registers in the module's container.
### List of Registered Resources