Skip to content

Commit

Permalink
🔧 Initial api with Hono
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 10, 2024
1 parent d6ee49f commit d395eea
Show file tree
Hide file tree
Showing 6 changed files with 937 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"hono": "4.2.9"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240423.0",
"wrangler": "3.52.0"
}
}
Loading

0 comments on commit d395eea

Please sign in to comment.