feat: add needed methods to the file module and providers (#12325)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { ModuleProvider, Modules } from "@medusajs/framework/utils"
|
||||
import { LocalFileService } from "./services/local-file"
|
||||
export { LocalFileService }
|
||||
|
||||
const services = [LocalFileService]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user