mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): add alchemy and improve cli tooling and structure (#520)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||
"vcs": {
|
||||
"enabled": false,
|
||||
"clientKind": "git",
|
||||
@@ -14,13 +14,14 @@
|
||||
"!**/.source",
|
||||
"!**/.open-next",
|
||||
"!**/out",
|
||||
"!**/templates/**",
|
||||
"!**/templates",
|
||||
"!**/.turbo",
|
||||
"!**/package.json",
|
||||
"!**/analytics-minimal.json",
|
||||
"!**/schema.json",
|
||||
"!**/_generated/**",
|
||||
"!**/.smoke/**"
|
||||
"!**/_generated",
|
||||
"!**/.smoke",
|
||||
"!**/global.css"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
|
||||
Reference in New Issue
Block a user