reset repository for public consumption 🍽️

This commit is contained in:
2020-05-24 16:41:56 -04:00
commit 2de1c29e0c
14 changed files with 376 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"private": true,
"name": "worker",
"version": "1.0.0",
"description": "A template for kick starting a Cloudflare Workers project",
"main": "index.js",
"author": "Ashley Lewis <ashleymichal@gmail.com>",
"license": "MIT",
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.0.5"
}
}