12 lines
233 B
TOML
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"
|