hearth-dash 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/wrangler.toml ADDED
@@ -0,0 +1,23 @@
1
+ name = "hearth-dash"
2
+ main = "worker.js"
3
+ compatibility_date = "2024-12-01"
4
+
5
+ [vars]
6
+ PARTNER_1 = "Partner 1"
7
+ PARTNER_2 = "Partner 2"
8
+ # WEATHER_LAT = "52.5726"
9
+ # WEATHER_LON = "-0.2405"
10
+
11
+ # Secrets (set via: npx wrangler secret put <NAME>)
12
+ # DASHBOARD_PASSWORD — or set it via the web UI on first visit
13
+ # MCP_SECRET
14
+ # WEATHER_API_KEY
15
+
16
+ [[d1_databases]]
17
+ binding = "DB"
18
+ database_name = "hearth-dash-db"
19
+ database_id = "YOUR_D1_DATABASE_ID"
20
+
21
+ [[r2_buckets]]
22
+ binding = "PHOTOS"
23
+ bucket_name = "hearth-dash-photos"