File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 135135 "simple-git-hooks" : {
136136 "commit-msg" : " pnpm exec commitlint --edit $1"
137137 }
138- }
138+ }
Original file line number Diff line number Diff line change 11export class IsHover {
22 #current = $state ( true ) ;
33
4- constructor ( ) { }
4+ constructor ( ) { }
55
66 get current ( ) {
77 return this . #current;
88 }
99
10- destroy ( ) { }
11- }
10+ destroy ( ) { }
11+ }
Original file line number Diff line number Diff line change 1515 <Stats />
1616 <AdditionalStats />
1717 </div >
18- </Section >
18+ </Section >
Original file line number Diff line number Diff line change 1111 },
1212 "routes" : [
1313 {
14- "pattern" : " skycrypt-embed.lunarclient.com" ,
15- "custom_domain" : true
14+ "pattern" : " skycrypt-embed.lunarclient.com" ,
15+ "custom_domain" : true
1616 }
1717 ],
18+ // Exported to Better Stack via the OTLP destinations configured in the
19+ // Cloudflare dashboard (Workers & Pages -> Observability -> Telemetry).
20+ // persist: true also retains everything in the CF dashboard.
1821 "observability" : {
19- "enabled" : true
22+ "enabled" : true ,
23+ "logs" : {
24+ "enabled" : true ,
25+ "destinations" : [" betterstack-logs" ],
26+ "head_sampling_rate" : 1.0 ,
27+ "persist" : true
28+ },
29+ "traces" : {
30+ "enabled" : true ,
31+ "destinations" : [" betterstack-traces" ],
32+ "head_sampling_rate" : 0.01 ,
33+ "persist" : true
34+ }
2035 },
2136 "vars" : {
2237 "PUBLIC_SERVER_API_URL" : " https://sky.shiiyu.moe/api/" ,
2338 "PUBLIC_API_URL" : " https://sky.shiiyu.moe/api/"
2439 }
25- }
40+ }
You can’t perform that action at this time.
0 commit comments