This commit is contained in:
Massimo Chieruzzi 2025-12-12 09:51:54 +01:00 committed by GitHub
commit d2d179b8fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8575 additions and 5793 deletions

17
.claude/settings.json Normal file
View 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
View file

@ -37,4 +37,8 @@ yarn-error.log*
next-env.d.ts
.vscode
.contentlayer
.contentlayer
# Clacc-specific files (machine-specific configuration)
.clacc/
init.sh

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ generator client {
}
datasource db {
provider = "mysql"
provider = "postgresql"
url = env("DATABASE_URL")
}