Skip to content

Commit 0a4d14b

Browse files
authored
add: wrangler (#37)
* add: wrangler * fix
1 parent b3bb8d9 commit 0a4d14b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pnpm check
4343

4444

4545

46-
## Routing
46+
## Routing
4747
This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a file based router. Which means that the routes are managed as files in `src/routes`.
4848

4949
### Adding A Route

wrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "name": "worker-name", "compatibility_date": "2025-09-09", "assets": { "directory": "./dist" } }

0 commit comments

Comments
 (0)