move to cloudflare workers (#1229)

* move to cloudflare workers

* remove junk
This commit is contained in:
Geometrically
2023-07-03 17:23:19 -07:00
committed by GitHub
parent 05d994889d
commit 4c8c35a25a
7 changed files with 1771 additions and 942 deletions

9
wrangler.toml Normal file
View File

@@ -0,0 +1,9 @@
name = "knossos"
main = "./.output/server/index.mjs"
workers_dev = true
compatibility_date = "2022-07-12"
account_id = "9ddae624c98677d68d93df6e524a6061"
node_compat = true
[site]
bucket = ".output/public"