add workers in analytics

This commit is contained in:
Aman Varshney
2025-06-18 16:03:40 +05:30
parent 0d7aa433d1
commit 0e70ea5774
2 changed files with 5 additions and 1 deletions

View File

@@ -375,6 +375,10 @@ const runtimeConfig = {
label: "Bun",
color: "hsl(var(--chart-2))",
},
workers: {
label: "Cloudflare Workers",
color: "hsl(var(--chart-3))",
},
none: {
label: "None",
color: "hsl(var(--chart-6))",

View File

@@ -14,7 +14,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.19.0",
"version": "2.19.1",
"bin": {
"create-better-t-stack": "dist/index.js",
},