summaryrefslogtreecommitdiff
path: root/databases/drizzle/.claude/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'databases/drizzle/.claude/settings.json')
-rw-r--r--databases/drizzle/.claude/settings.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/databases/drizzle/.claude/settings.json b/databases/drizzle/.claude/settings.json
new file mode 100644
index 0000000..f471570
--- /dev/null
+++ b/databases/drizzle/.claude/settings.json
@@ -0,0 +1,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"
+ }
+}