Add build script for Cloudflare worker

This commit is contained in:
2026-04-10 00:57:07 -04:00
parent 807c535ef8
commit 4f61bae8ea
2 changed files with 98 additions and 0 deletions

9
wrangler.toml Normal file
View File

@@ -0,0 +1,9 @@
name = 'hosting-cloudflare-worker'
compatibility_date = '2025-07-31'
[build]
command = 'chmod a+x build.sh && ./build.sh'
[assets]
directory = './public'
not_found_handling = '404-page'