update landing page ui

This commit is contained in:
Aman Varshney
2025-05-23 14:17:31 +05:30
parent 6c8e206e59
commit c01e751fe1
8 changed files with 381 additions and 188 deletions

View File

@@ -10,6 +10,7 @@
"build:web": "turbo run build --filter=web",
"build:cli": "turbo run build --filter=create-better-t-stack",
"check": "turbo check",
"format": "biome check --write .",
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
"build:web:cloudflare": "bun install && bun run build:web",
"deploy:web": "bun run build:web:cloudflare && bunx wrangler pages deploy ./apps/web/out"