Files
cf-favicon/wrangler.toml
2026-06-24 22:10:24 +08:00

12 lines
233 B
TOML

name = "cf-favicon"
main = "src/worker/index.ts"
compatibility_date = "2025-10-08"
[assets]
directory = "./dist/client"
binding = "ASSETS"
not_found_handling = "single-page-application"
[build]
command = "npm run build"