mirror of
https://github.com/Scanode/hardclear.git
synced 2026-08-03 05:37:30 -04:00
Add build script for Cloudflare worker
This commit is contained in:
9
wrangler.toml
Normal file
9
wrangler.toml
Normal 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'
|
||||
Reference in New Issue
Block a user