Update settings.local.json

This commit is contained in:
Jake Runyan 2026-02-13 17:37:24 -08:00
parent a0d8b078ac
commit d8e72c3d71

View File

@ -1,29 +1,13 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(npx create-next-app@latest:*)", "Bash(npm run *)",
"Bash(node --version:*)", "Bash(npm install *)",
"Bash(npm --version:*)", "Bash(npm uninstall *)",
"Bash(where:*)", "Bash(npm ls *)",
"Bash(npm install:*)", "Bash(node *)",
"Bash(npm run build:*)", "Bash(ls *)",
"Bash(node scripts/copy-recipe-assets.js:*)", "Bash(ls)"
"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\")"
] ]
} }
} }