feat: initial commit

This commit is contained in:
2024-05-14 21:49:01 -04:00
commit f78ad2d2dd
6 changed files with 78 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"hono": "^4.3.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240403.0",
"wrangler": "^3.47.0"
}
}