mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
Merge ccd40227e5 into 651f984e52
This commit is contained in:
commit
d2d179b8fa
4 changed files with 8575 additions and 5793 deletions
17
.claude/settings.json
Normal file
17
.claude/settings.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"clacc": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"tsx",
|
||||
"/Users/DivByZero/Code/app_maker_web/web/lib/mcp-server/index.ts",
|
||||
"--app-id",
|
||||
"taxonomy",
|
||||
"--milestone-id",
|
||||
"cmj2mj1mn000112etre2ckbez",
|
||||
"--user-id",
|
||||
"cmj1dcwl20000j6unfj2y5e1a"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -37,4 +37,8 @@ yarn-error.log*
|
|||
next-env.d.ts
|
||||
|
||||
.vscode
|
||||
.contentlayer
|
||||
.contentlayer
|
||||
|
||||
# Clacc-specific files (machine-specific configuration)
|
||||
.clacc/
|
||||
init.sh
|
||||
14343
pnpm-lock.yaml
14343
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -6,7 +6,7 @@ generator client {
|
|||
}
|
||||
|
||||
datasource db {
|
||||
provider = "mysql"
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue