UNPKG

medusa-file-local

Version:
15 lines (10 loc) 395 B
# medusa-file-local Upload files to the same file server where medusa is hosted. Learn more about how you can use this plugin in the [documentaion](https://docs.medusajs.com/add-plugins/file-local). ## Options ```js { base_url: "http://localhost:9000", // default if not specified here or in .env upload_dir: "static", // default if not specified here or in .env } ```