chore(framework): Move and improve links loader (#8367)

**What**
Refactor and move links loader

FIXES FRMW-2637
This commit is contained in:
Adrien de Peretti
2024-07-31 14:33:12 +02:00
committed by GitHub
parent 8a6e172dec
commit 12c6a1a022
16 changed files with 195 additions and 147 deletions

View File

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