this repo has no description
1#:schema node_modules/wrangler/config-schema.json
2name = "create-next-app"
3main = ".open-next/worker.js"
4
5compatibility_date = "2024-09-23"
6compatibility_flags = ["nodejs_compat"]
7
8# Use the new Workers + Assets to host the static frontend files
9assets = { directory = ".open-next/assets", binding = "ASSETS" }