From d8e72c3d7184d44fa9df83e325e12805184a173b Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Fri, 13 Feb 2026 17:37:24 -0800 Subject: [PATCH] Update settings.local.json --- .claude/settings.local.json | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 62f6d1f..6aadba8 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,29 +1,13 @@ { "permissions": { "allow": [ - "Bash(npx create-next-app@latest:*)", - "Bash(node --version:*)", - "Bash(npm --version:*)", - "Bash(where:*)", - "Bash(npm install:*)", - "Bash(npm run build:*)", - "Bash(node scripts/copy-recipe-assets.js:*)", - "Bash(dir:*)", - "Bash(findstr:*)", - "Bash(timeout 10 npm run dev:*)", - "Bash(grep:*)", - "Read(//c/Users/runya/Documents/repositories/recipes/recipes/docs/**)", - "Bash(node scripts/import-recipes.js:*)", - "Bash(powershell.exe -Command \"Test-Path ''c:\\\\Users\\\\runya\\\\Documents\\\\repositories\\\\cooking\\\\.next\\\\standalone\\\\server.js''\")", - "Bash(powershell.exe -Command:*)", - "Bash(node migrate-mdx.mjs:*)", - "Bash(node migrate-mdx.js:*)", - "Bash(curl:*)", - "Bash(node -e:*)", - "Bash(npm ls:*)", - "Bash(npm uninstall:*)", - "Bash(node:*)", - "Bash(del \"c:\\\\Users\\\\runya\\\\Documents\\\\repositories\\\\cooking\\\\compact-cards.js\")" + "Bash(npm run *)", + "Bash(npm install *)", + "Bash(npm uninstall *)", + "Bash(npm ls *)", + "Bash(node *)", + "Bash(ls *)", + "Bash(ls)" ] } }