-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathedgeone.json
More file actions
70 lines (70 loc) · 1.24 KB
/
Copy pathedgeone.json
File metadata and controls
70 lines (70 loc) · 1.24 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"devCommand": "node scripts/run-vite-dev.mjs",
"buildCommand": "npm run build",
"outputDirectory": "dist",
"build": {
"command": "npm run build",
"output": "dist"
},
"routes": [],
"headers": [],
"caches": [
{
"source": "/api",
"cacheTtl": 86400
},
{
"source": "/api/top-langs",
"cacheTtl": 518400
},
{
"source": "/api/pin",
"cacheTtl": 864000
},
{
"source": "/api/gist",
"cacheTtl": 172800
},
{
"source": "/api/wakatime",
"cacheTtl": 86400
},
{
"source": "/api/streak",
"cacheTtl": 43200
},
{
"source": "/api/profile-summary",
"cacheTtl": 86400
},
{
"source": "/api/contribution-calendar",
"cacheTtl": 43200
},
{
"source": "/api/recent-activity",
"cacheTtl": 3600
},
{
"source": "/api/repo-languages",
"cacheTtl": 86400
},
{
"source": "/api/org",
"cacheTtl": 86400
},
{
"source": "/api/avatar",
"cacheTtl": 604800
}
],
"cloudFunctions": {
"go": {
"maxDuration": 30
}
},
"agents": {
"framework": "openai-agents-sdk",
"externalNodeModules": ["openai", "@openai/agents"]
}
}