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:
committed by
GitHub
parent
cbc9f3d059
commit
1347698876
@@ -27,7 +27,10 @@
|
||||
"./telemetry": "./dist/telemetry/index.js",
|
||||
"./feature-flags": "./dist/feature-flags/index.js",
|
||||
"./utils": "./dist/utils/index.js",
|
||||
"./types": "./dist/types/index.js",
|
||||
"./types": {
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"default": "./dist/types/index.js"
|
||||
},
|
||||
"./build-tools": "./dist/build-tools/index.js",
|
||||
"./orchestration": "./dist/orchestration/index.js",
|
||||
"./workflows-sdk": "./dist/workflows-sdk/index.js",
|
||||
|
||||
Reference in New Issue
Block a user