Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominiquecomte/worker-with-assets
A Cloudflare Worker with some static assets
https://github.com/dominiquecomte/worker-with-assets
cloudflare worker
Last synced: about 2 months ago
JSON representation
A Cloudflare Worker with some static assets
- Host: GitHub
- URL: https://github.com/dominiquecomte/worker-with-assets
- Owner: DominiqueComte
- Created: 2024-11-17T18:25:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T19:05:54.000Z (about 2 months ago)
- Last Synced: 2024-11-17T19:27:00.667Z (about 2 months ago)
- Topics: cloudflare, worker
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✅ worker-with-assets
This Worker contains assets as well as a Worker script.
Integration tests should hit assets, but unit tests which directly import the Worker should not.
Adapted from [workers-with-assets](https://github.com/cloudflare/workers-sdk/tree/main/fixtures/workers-with-assets) in [Cloudflare workers SDK](https://github.com/cloudflare/workers-sdk).