Skip to content

Commit 0e70ea5

Browse files
add workers in analytics
1 parent 0d7aa43 commit 0e70ea5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apps/web/src/app/(home)/analytics/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ const runtimeConfig = {
375375
label: "Bun",
376376
color: "hsl(var(--chart-2))",
377377
},
378+
workers: {
379+
label: "Cloudflare Workers",
380+
color: "hsl(var(--chart-3))",
381+
},
378382
none: {
379383
label: "None",
380384
color: "hsl(var(--chart-6))",

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"apps/cli": {
1616
"name": "create-better-t-stack",
17-
"version": "2.19.0",
17+
"version": "2.19.1",
1818
"bin": {
1919
"create-better-t-stack": "dist/index.js",
2020
},

0 commit comments

Comments
 (0)