feat(): improve module typings in medusa config (#14478)
* feat(events): Allow priority configuration * feat(events): Allow priority configuration * wip * wip * wip * fix typings * Create cold-lamps-search.md * implement priority config usage * comment out #1 * fixes * fixes
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.5"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/types": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
|
||||
Reference in New Issue
Block a user