chore(framework): Move and improve workflows loader (#8363)

**What**
Refactoring Workflows loader and move

FIXES FRMW-2627
This commit is contained in:
Adrien de Peretti
2024-07-31 16:46:04 +02:00
committed by GitHub
parent 22a629670b
commit 56602d215b
15 changed files with 192 additions and 42 deletions

View File

@@ -13,6 +13,7 @@
"./logger": "./dist/logger/index.js",
"./database": "./dist/database/index.js",
"./subscribers": "./dist/subscribers/index.js",
"./workflows": "./dist/workflows/index.js",
"./links": "./dist/links/index.js",
"./jobs": "./dist/jobs/index.js"
},
@@ -49,6 +50,7 @@
"dependencies": {
"@medusajs/medusa-cli": "^1.3.22",
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/orchestration": "^0.5.7",
"@medusajs/utils": "^1.11.9",
"@medusajs/workflows-sdk": "^0.1.6",
"awilix": "^8.0.0",