customize template

This commit is contained in:
2025-10-20 05:14:06 -07:00
parent 7dd84c77a4
commit 96041e5ce5
16 changed files with 1105 additions and 1736 deletions
+20
View File
@@ -0,0 +1,20 @@
# https://developers.cloudflare.com/workers/wrangler/configuration/
name = "twitch-cloud-ebs"
main = "src/index.ts"
compatibility_date = "2025-10-11"
compatibility_flags = [ "global_fetch_strictly_public" ]
keep_vars=true
workers_dev=false
[build]
command='esbuild *.ts --outdir=. --minify --bundle --sourcemap=inline --sources-content=false --format=esm'
cwd='public'
[assets]
directory = "./public"
[observability]
enabled = true
[placement]
mode = "smart"