0-vortex / durable-objects-rollup-esm

Template for durable objects, rollup, es modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👷 Durable Objects Counter template

Note: You must use wrangler 1.19.3 or newer to use this template.

Please read the Durable Object documentation before using this template.

A template for kick starting a Cloudflare Workers project using:

  • Durable Objects
  • Modules (ES Modules to be specific)
  • Rollup
  • Wrangler

Worker code is in src/. The Durable Object Counter class is in src/counter.mjs, and the eyeball script is in index.mjs.

Rollup is configured to output a bundled ES Module to dist/index.mjs.

About

Template for durable objects, rollup, es modules

License:Apache License 2.0


Languages

Language:JavaScript 100.0%