JSPM

@liveblocks/core

0.19.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 109761
  • Score
    100M100P100Q156524F
  • License Apache-2.0

Shared code and foundational internals for Liveblocks

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-core root 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