chore(docs): Generated References (automated) (#9419)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-02 17:13:09 +02:00
committed by GitHub
parent e73e95f5e9
commit 34eebb61eb
585 changed files with 1248 additions and 984 deletions

View File

@@ -40,8 +40,8 @@ If you're creating a client or establishing a connection with a third-party serv
#### Example
```ts
import { Logger } from "@medusajs/framework/types"
import { AbstractFileProviderService } from "@medusajs/framework/utils"
import { Logger } from "@medusajs/types"
import { AbstractFileProviderService } from "@medusajs/utils"
type InjectedDependencies = {
logger: Logger
@@ -214,7 +214,7 @@ module.exports = defineConfig({
// ...
modules: {
[Modules.FILE]: {
resolve: "@medusajs/file",
resolve: "@medusajs/framework/file",
options: {
providers: [
{