**What** - Initiate the framework package (which is just a place to move things around for now) - move the config loader and related resources as well as the `ConfigModule` type - Create a ConfigManager singleton which prepare and store the config (later can be stored entirely in the container) and allow for easier test override - re export the logger from the framework - replace medusa config loader with the framework one - `build` run type check on tests as well but `prepublishOnly` will not fail on build if tests are typed broken FIXES FRMW-2607 FIXES FRMW-2609 FIXES FRMW-2614 FIXES FRMW-2618
47 lines
850 B
Plaintext
47 lines
850 B
Plaintext
/docs
|
|
/docs-util
|
|
/www
|
|
typedoc.*
|
|
jest*
|
|
|
|
packages/*
|
|
# List of packages to Lint
|
|
!packages/medusa
|
|
!packages/admin-ui
|
|
!packages/admin
|
|
!packages/admin-next
|
|
!packages/admin-next/dashboard
|
|
!packages/medusa-payment-stripe
|
|
!packages/medusa-payment-paypal
|
|
!packages/event-bus-redis
|
|
!packages/event-bus-local
|
|
!packages/medusa-plugin-meilisearch
|
|
!packages/medusa-plugin-algolia
|
|
!packages/inventory
|
|
!packages/stock-location
|
|
!packages/cache-redis
|
|
!packages/cache-inmemory
|
|
!packages/create-medusa-app
|
|
!packages/product
|
|
!packages/orchestration
|
|
!packages/workflows-sdk
|
|
!packages/core-flows
|
|
!packages/types
|
|
!packages/medusa-react
|
|
!packages/workflow-engine-redis
|
|
!packages/workflow-engine-inmemory
|
|
!packages/fulfillment
|
|
!packages/fulfillment-manual
|
|
|
|
!packages/framework
|
|
|
|
|
|
**/models/*
|
|
**/scripts/*
|
|
**/dist/*
|
|
**/node_modules/*
|
|
**/migrations/*
|
|
**/__mocks__/*
|
|
|
|
.eslintrc.js
|