this repo has no description
0
fork

Configure Feed

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

at main 11 lines 319 B view raw
1{ 2 "$schema": "node_modules/wrangler/config-schema.json", 3 "main": ".open-next/worker.js", 4 "name": "next-partial-prerendering", 5 "compatibility_date": "2024-12-30", 6 "compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"], 7 "assets": { 8 "directory": ".open-next/assets", 9 "binding": "ASSETS", 10 }, 11}