Files
recflare/turbo/generators/templates/fetch-worker-minimal
Devin Zuczek 8e644a5c20 Initial commit
2026-06-08 18:23:40 -04:00
..
2026-06-08 18:23:40 -04:00
2026-06-08 18:23:40 -04:00
2026-06-08 18:23:40 -04:00
2026-06-08 18:23:40 -04:00
2026-06-08 18:23:40 -04:00
2026-06-08 18:23:40 -04:00
2026-06-08 18:23:40 -04:00

# {{ slug name }}

A Cloudflare Workers application with a minimal fetch handler

## Development

### Run in dev mode

```sh
pnpm dev
```

### Run tests

```sh
pnpm test
```

### Deploy

```sh
pnpm turbo deploy
```