docs: update examples in sendgrid guide (#12504)

* initial

* docs: update examples in sendgrid guide

* add note for local file module
This commit is contained in:
Shahed Nasser
2025-05-15 19:13:15 +03:00
committed by GitHub
parent e91aa2493a
commit 04acc5d219
5 changed files with 13487 additions and 13322 deletions
@@ -10,7 +10,8 @@ The Local File Module Provider stores files uploaded to your Medusa application
<Note type="warning">
The Local File Module Provider is only for development purposes. Use the [S3 File Module Provider](../s3/page.mdx) in production instead.
- The Local File Module Provider is only for development purposes. Use the [S3 File Module Provider](../s3/page.mdx) in production instead.
- The Local File Module Provider will only read files uploaded through Medusa. It will not read files uploaded manually to the `static` (or other configured) directory.
</Note>