Package Exports
- @sls-next/core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sls-next/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Core library for running serverless Next.js
Decouples the core routing logic from a particular provider. The types defined are meant to be abstract to use with any provider.
Code coverage relies on jest configuration:
"moduleNameMapper": {
"@sls-next/core": "<rootDir>/packages/libs/core/src/index.ts"
},