Package Exports
- @liveblocks/core
- @liveblocks/core/dist/index.js
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 (@liveblocks/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@liveblocks/core
Shared code and foundational internals for all other Liveblocks packages. None of the APIs exposed by this package are considered stable or public. Please do not import anything directly from this package.
Run e2e tests locally
- At the
packages/liveblocks-coreroot level, add a file.env - In this file, add the environment variable:
LIVEBLOCKS_PUBLIC_KEY="pk_YOUR_PUBLIC_API_KEY" - Run
npm run test:e2e