summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: 2c58a6192f8606ee9498b86939cc1ae48fa1c505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  // Cloudflare Workers configuration
  "name": "astro-base-cf",
  "compatibility_date": "2024-06-27",
  "compatibility_flags": ["nodejs_compat"],
  
  // D1 Database configuration
  "d1_databases": [
    {
      "binding": "DB",
      "database_name": "astro-base-db",
      "database_id": "your-database-id-here",
      "preview_database_id": "your-preview-database-id-here"
    }
  ]
}