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