initial commit

This commit is contained in:
josephsmendoza
2024-06-14 02:43:53 -07:00
parent 64fd79c5a3
commit 07c0091bab
5 changed files with 276 additions and 113 deletions
+6 -3
View File
@@ -9,8 +9,11 @@
"test": "vitest"
},
"devDependencies": {
"wrangler": "^3.0.0",
"@cloudflare/vitest-pool-workers": "^0.1.0",
"vitest": "1.3.0",
"@cloudflare/vitest-pool-workers": "^0.1.0"
"wrangler": "^3.0.0"
},
"dependencies": {
"aws4fetch": "^1.0.18"
}
}
}