feat(cli): add alchemy and improve cli tooling and structure (#520)

This commit is contained in:
Aman Varshney
2025-08-20 23:43:58 +05:30
committed by GitHub
parent c5430ae4fd
commit 5788876c47
152 changed files with 5804 additions and 2264 deletions

View File

@@ -5,6 +5,8 @@
.nitro
.cache
dist
.wrangler
.alchemy
# Node dependencies
node_modules
@@ -22,3 +24,4 @@ logs
.env
.env.*
!.env.example

View File

@@ -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"
}