FFFF unpkg/packages/unpkg-worker at main · unpkg/unpkg · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

unpkg-worker

This package is a library of common utilities for UNPKG Cloudflare Workers.

Development

Install dependencies and run the tests:

pnpm install
pnpm test

Deploying

Build it before you deploy:

pnpm build
0