ai_gallery/wrangler.jsonc
2026-04-14 11:48:39 +08:00

15 lines
327 B
Plaintext

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "ai-gallery",
"main": ".open-next/worker.js",
"compatibility_date": "2025-12-01",
"compatibility_flags": ["nodejs_compat"],
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
},
"observability": {
"enabled": true
}
}