@luvio/environments
TypeScript icon, indicating that this package has built-in type declarations

0.154.18 • Public • Published

Luvio Environments

NOTE: This package is PRE-PRODUCTION and should not be consumed by applications at this point in time. Breaking changes can and will be added to this environment without notice.

Example of durable store environment being configured:

const store = new InMemoryStore();
const durableStore = new MyDurableStoreImplementation();
const env = makeDurable(new Environment(store, network), { durableStore });
const luvio = new Luvio(env);

Readme

Keywords

none

Package Sidebar

Install

npm i @luvio/environments

Weekly Downloads

163

Version

0.154.18

License

MIT

Unpacked Size

68.8 kB

Total Files

17

Last publish

Collaborators

  • jrodriguezvelasco
  • erin.shaw
  • karthick-sh
  • dme722
  • scarrawaysf
  • kevinv11n
  • mikeburr
  • apapko
  • ethan.chan
  • ciaran.hannigan
  • lwc-admin