We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7aa43 commit 0e70ea5Copy full SHA for 0e70ea5
apps/web/src/app/(home)/analytics/page.tsx
@@ -375,6 +375,10 @@ const runtimeConfig = {
375
label: "Bun",
376
color: "hsl(var(--chart-2))",
377
},
378
+ workers: {
379
+ label: "Cloudflare Workers",
380
+ color: "hsl(var(--chart-3))",
381
+ },
382
none: {
383
label: "None",
384
color: "hsl(var(--chart-6))",
bun.lock
@@ -14,7 +14,7 @@
14
15
"apps/cli": {
16
"name": "create-better-t-stack",
17
- "version": "2.19.0",
+ "version": "2.19.1",
18
"bin": {
19
"create-better-t-stack": "dist/index.js",
20
0 commit comments