this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at experimental 9 lines 311 B view raw
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" }