[READ-ONLY] Mirror of https://github.com/mrgnw/ananas. learn multiple languages at once ananas.xcc.es
0

Configure Feed

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

ananas / wrangler.jsonc
763 B 33 lines
1{ 2 // Development configuration 3 "name": "anani", 4 "main": "./.svelte-kit/cloudflare/index.js", 5 "compatibility_date": "2024-09-26", 6 "compatibility_flags": [ 7 "nodejs_compat" 8 ], 9 "workers_dev": true, 10 11 // Observability configuration 12 "observability": { 13 "logs": { 14 "enabled": true 15 } 16 }, 17 18 // Assets configuration 19 "assets": { 20 "binding": "ASSETS", 21 "directory": "./.svelte-kit/cloudflare" 22 }, 23 24 // Development database bindings 25 "d1_databases": [ 26 { 27 "binding": "DB", 28 "database_name": "ananas-auth-dev", 29 "database_id": "56c5a913-b8f1-4104-b52e-577d7b380658", 30 "migrations_dir": "drizzle/migrations" 31 } 32 ] 33}