feat: remove dead code and refactor the logic of resolving plugins (#10874)

This commit is contained in:
Harminder Virk
2025-01-09 14:52:10 +05:30
committed by GitHub
parent 67782350a9
commit 28febfc643
13 changed files with 376 additions and 168 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
"watch": "tsc --build --watch",
"build": "rimraf dist && tsc --build",
"serve": "node dist/app.js",
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
"test": "jest --silent=false --bail --maxWorkers=50% --forceExit"
},
"devDependencies": {
"@medusajs/framework": "^2.2.0",