Skip to content

Commit

Permalink
Feature/new-router (#19)
Browse files Browse the repository at this point in the history
* local dev environment

* Port over to Hono

* FIx header (likely to remove)

* Clean up

* Deploy from branch

* Add staging branch

---------

Co-authored-by: Jon Breen <[email protected]>
  • Loading branch information
cultpodcasts and cultpodcasts authored May 3, 2024
1 parent 20137d1 commit 92c578b
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 420 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- feature/authorization-header
- feature/new-router
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"configurations": [

{
"name": "Wrangler",
"type": "node",
"request": "attach",
"port": 9229,
"cwd": "/",
"resolveSourceMapLocations": null,
"attachExistingChildren": false,
"autoAttachChildProcesses": false,
"sourceMaps": true // works with or without this line
}
]
}

134 changes: 77 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"start": "wrangler dev"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230419.0",
"@cloudflare/workers-types": "^4.20240423.0",
"typescript": "^5.0.4",
"wrangler": "^3.23.0"
"wrangler": "^3.47.0"
},
"dependencies": {
"@cfworker/jwt": "^4.0.6"
"@cfworker/jwt": "^4.0.6",
"hono": "^4.2.9"
}
}
Loading

0 comments on commit 92c578b

Please sign in to comment.