Closed justinelut closed 5 days ago
v2
module.exports = defineConfig({ // ... modules: [ { resolve: "@medusajs/framework/file", options: { providers: [ { resolve: "./src/modules/my-file", id: "my-file", options: { // provider options... }, }, ], }, }, ] In teh docs, the resolve : "@medusajs/framework/file" is confusing to first timers developing file uploading modules.
...
Nice catch! PR #9833 resolves the issue.
What Medusa version and documentation are you using?
v2
Preliminary Checks
Issue Summary
module.exports = defineConfig({ // ... modules: [ { resolve: "@medusajs/framework/file", options: { providers: [ { resolve: "./src/modules/my-file", id: "my-file", options: { // provider options... }, }, ], }, }, ] In teh docs, the resolve : "@medusajs/framework/file" is confusing to first timers developing file uploading modules.
How can this issue be resolved?
...
Are you interested in working on this issue?