summaryrefslogtreecommitdiff
path: root/databases/drizzle/.claude/settings.json
blob: f4715701d0cf4eaacac366867446d835ecb29b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "permissions": {
    "allow": [
      "Bash(npm run db:*)",
      "Bash(npx drizzle-kit:*)",
      "Bash(npm run migrate:*)",
      "Bash(npm run seed:*)",
      "Write(drizzle/**/*)",
      "Write(src/schema/**/*)",
      "Write(src/lib/db.ts)",
      "Read(drizzle.config.ts)",
      "Read(package.json)"
    ],
    "deny": [
      "Read(.env.production)",
      "Read(.env.local)",
      "Write(.env)",
      "Bash(npm publish:*)",
      "Bash(rm -rf:*)"
    ]
  },
  "env": {
    "NODE_ENV": "development"
  },
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "Write",
        "hooks": [
          {
            "type": "command",
            "command": "npx prettier --write $FILE_PATH",
            "timeout": 10
          }
        ]
      }
    ]
  },
  "_metadata": {
    "name": "Drizzle ORM",
    "version": "1.0.0",
    "category": "database",
    "generated": "2025-08-20T13:36:56.490Z",
    "generator": "manual",
    "note": "Official Claude Code configuration"
  }
}