Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

snapshot-labs/workers

Repository files navigation

Workers

To run workers in your local machine, run following commands:

Install Wrangler

npm i @cloudflare/wrangler -g

Dev command

Before running the dev command make sure to change entry point in package.json to the worker you want to test

"main": "mirror.js",

Workers currently available in this repo: mirror.js and node.js

wrangler dev

Further documentation for local debugging can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published