chore: Update local file plugin package (#4198)

This commit is contained in:
Oliver Windall Juhl
2023-05-29 20:38:26 +02:00
committed by GitHub
parent 06019f100a
commit 783c16ebf6
4 changed files with 22 additions and 156 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ Store uploaded files to your Medusa backend locally.
1\. Run the following command in the directory of the Medusa backend:
```bash
npm install medusa-file-local
npm install @medusajs/file-local
```
2 \. In `medusa-config.js` add the following at the end of the `plugins` array:
@@ -31,7 +31,7 @@ npm install medusa-file-local
```js
const plugins = [
// ...
`medusa-file-local`
`@medusajs/file-local`
]
```