Add consola errors, update to better-auth v1.2.6

This commit is contained in:
Aman Varshney
2025-04-13 14:36:14 +05:30
parent 3dd2147a98
commit 1e67949e4f
16 changed files with 184 additions and 123 deletions

View File

@@ -4,6 +4,7 @@
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module",
"license": "MIT",
"author": "Aman Varshney",
"bin": {
"create-better-t-stack": "dist/index.js"
},
@@ -53,6 +54,7 @@
},
"dependencies": {
"@clack/prompts": "^0.10.1",
"consola": "^3.4.2",
"execa": "^8.0.1",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",