mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 09:53:17 -07:00
20 lines
523 B
JSON
20 lines
523 B
JSON
{
|
|
"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:*)"
|
|
]
|
|
}
|
|
}
|