-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvite.json
34 lines (34 loc) · 931 Bytes
/
vite.json
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
{
"Id": "build-001",
"userName": "jane.doe",
"cpuCount": 8,
"hostname": "build-server-1",
"platform": "Windows",
"os": "Windows 11",
"timeTaken": 2500,
"branch": "main",
"type": "development",
"projectName": "MyViteProject",
"repository": "https://github.com/example/my-vite-project",
"repositoryName": "my-vite-project",
"timestamp": 1694605800,
"builtAt": "2024-09-13T11:00:00Z",
"totalMemory": 16384000,
"cpuModels": [
"Intel(R) Core(TM) i7-10700K",
"Intel(R) Core(TM) i7-10700K"
],
"cpuSpeed": [
3800,
3800
],
"nodeVersion": "v16.14.0",
"v8Version": "9.4.146.24",
"viteVersion": "4.0.0",
"commitSha": "a1b2c3d4e5f678901234567890abcdef12345678",
"customIdentifier": "build-job-12345",
"bundleStats": {
"bootstrapChunkSizeBytes": 1000000,
"bootstrapChunkSizeLimitBytes": 2500000
}
}