Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 592 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 592 Bytes

Cloudflare Workers TypeScript

banner

Install

Install the dependencies.

npm install

Setup

Add your account_id to wrangler.toml.

Note: you can find it in the right side of the workers dashboard overview.

Development

Run in development mode locally.

npm run dev

Publish

npm run publish

Note: This automatically builds your code, so you don't need to worry about building manually before publishing.