feature: bundle all modules (#9324)

This commit is contained in:
Harminder Virk
2024-09-30 12:34:03 +05:30
committed by GitHub
parent a4fc9d6e0b
commit a578313db9
81 changed files with 640 additions and 226 deletions
@@ -0,0 +1,6 @@
import RedisWorkflowEngineModule from "@medusajs/workflow-engine-redis"
export * from "@medusajs/workflow-engine-redis"
export default RedisWorkflowEngineModule
export const discoveryPath = require.resolve("@medusajs/workflow-engine-redis")