This repository has no description
0

Configure Feed

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

vit / explore / wrangler.toml
524 B 28 lines
1name = "vit-explore" 2main = "src/index.js" 3compatibility_date = "2024-12-01" 4account_id = "3f2c1528c7d4d9685819ea9e9e307c92" 5 6[assets] 7directory = "public" 8 9[[d1_databases]] 10binding = "DB" 11database_name = "vit-explore" 12database_id = "6906f86e-4ecb-452a-b694-ca1cb87e264c" 13 14[durable_objects] 15bindings = [ 16 { name = "CURSOR_STORE", class_name = "CursorStore" } 17] 18 19[[migrations]] 20tag = "v1" 21new_sqlite_classes = ["CursorStore"] 22 23[triggers] 24crons = ["*/1 * * * *"] 25 26[[routes]] 27pattern = "explore.v-it.org" 28custom_domain = true