docs: improved create-medusa-app structure (#5458)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
addHowToData: true
|
||||
---
|
||||
|
||||
import Troubleshooting from '@site/src/components/Troubleshooting'
|
||||
import DetailsList from '@site/src/components/DetailsList'
|
||||
import ServiceLifetimeSection from '../../troubleshooting/awilix-resolution-error/_service-lifetime.md'
|
||||
import CustomRegistrationSection from '../../troubleshooting/awilix-resolution-error/_custom-registration.md'
|
||||
|
||||
@@ -200,7 +200,7 @@ export default ProductService
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
<Troubleshooting
|
||||
<DetailsList
|
||||
sections={[
|
||||
{
|
||||
title: 'AwilixResolutionError: Could Not Resolve X',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
addHowToData: true
|
||||
---
|
||||
|
||||
import Troubleshooting from '@site/src/components/Troubleshooting'
|
||||
import DetailsList from '@site/src/components/DetailsList'
|
||||
import ServiceLifetimeSection from '../../troubleshooting/awilix-resolution-error/_service-lifetime.md'
|
||||
import CustomRegistrationSection from '../../troubleshooting/awilix-resolution-error/_custom-registration.md'
|
||||
|
||||
@@ -193,7 +193,7 @@ export default ProductService
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
<Troubleshooting
|
||||
<DetailsList
|
||||
sections={[
|
||||
{
|
||||
title: 'AwilixResolutionError: Could Not Resolve X',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
addHowToData: true
|
||||
---
|
||||
|
||||
import Troubleshooting from '@site/src/components/Troubleshooting'
|
||||
import DetailsList from '@site/src/components/DetailsList'
|
||||
import ServiceLifetimeSection from '../../troubleshooting/awilix-resolution-error/_service-lifetime.md'
|
||||
import CustomRegistrationSection from '../../troubleshooting/awilix-resolution-error/_custom-registration.md'
|
||||
|
||||
@@ -157,7 +157,7 @@ If you try accessing the API Routes you added the middleware to, you should see
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
<Troubleshooting
|
||||
<DetailsList
|
||||
sections={[
|
||||
{
|
||||
title: 'AwilixResolutionError: Could Not Resolve X',
|
||||
|
||||
Reference in New Issue
Block a user