feat(medusa-file-local): Local file storage plugin (#4118)

Simple local file storage to eliminate/reduce friction related to file services when developers are trying out Medusa for the first time
This commit is contained in:
Oliver Windall Juhl
2023-05-22 11:11:38 +02:00
committed by GitHub
parent 1709c0cc69
commit c4aae6b976
8 changed files with 578 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
"medusa-file-local": patch
---
feat(medusa-file-local): Add plugin for local file storage