-
-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathwrangler.vitest.jsonc
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathwrangler.vitest.jsonc
File metadata and controls
38 lines (38 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "loopover-api-vitest",
"main": "src/index.ts",
"compatibility_date": "2026-05-26",
"compatibility_flags": ["nodejs_compat"],
"vars": {
"GITHUB_APP_ID": "3824093",
"GITHUB_APP_SLUG": "loopover",
"GITHUB_OAUTH_CLIENT_ID": "Ov23lixYxDzyUKE070sm",
"GITTENSOR_REGISTRY_URL": "https://raw.githubusercontent.com/entrius/gittensor/test/gittensor/validator/weights/master_repositories.json",
"PUBLIC_API_ORIGIN": "https://api.loopover.ai",
"AI_SUMMARIES_ENABLED": "false",
"AI_PUBLIC_COMMENTS_ENABLED": "false"
},
"durable_objects": {
"bindings": [
{
"name": "RATE_LIMITER",
"class_name": "RateLimiter"
},
{
"name": "SUBMISSION_LOCK",
"class_name": "SubmissionLock"
}
]
},
"migrations": [
{
"tag": "v1-rate-limiter",
"new_sqlite_classes": ["RateLimiter"]
},
{
"tag": "v2-submission-lock",
"new_sqlite_classes": ["SubmissionLock"]
}
]
}