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 83e08f0 commit 6af9d2aCopy full SHA for 6af9d2a
apps/web/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"private": true,
5
"scripts": {
6
- "build": "bun scripts/generate-analytics.ts && next build",
+ "build": "next build",
7
"dev": "next dev --turbopack",
8
"start": "next start",
9
"check": "biome check --write .",
bun.lock
@@ -14,7 +14,7 @@
14
},
15
"apps/cli": {
16
"name": "create-better-t-stack",
17
- "version": "2.16.2",
+ "version": "2.16.5",
18
"bin": {
19
"create-better-t-stack": "dist/index.js",
20
0 commit comments