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:
@@ -5,6 +5,8 @@
|
||||
.nitro
|
||||
.cache
|
||||
dist
|
||||
.wrangler
|
||||
.alchemy
|
||||
|
||||
# Node dependencies
|
||||
node_modules
|
||||
@@ -22,3 +24,4 @@ logs
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
|
||||
@@ -12,9 +12,7 @@
|
||||
},
|
||||
{
|
||||
"path": "./.nuxt/tsconfig.node.json"
|
||||
}
|
||||
{{#unless (or (eq backend "convex") (eq backend "none"))}}
|
||||
,
|
||||
}{{#unless (or (eq backend "convex") (eq backend "none"))}},
|
||||
{
|
||||
"path": "../server"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user