docs: improve module isolation chapter (#12565)
* docs: improve module isolation chapter * add note about loaders running with migrations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user