14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(npx create-next-app@latest . --typescript --tailwind --eslint --app --src-dir --import-alias \"@/*\" --use-npm --yes)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx shadcn@latest init:*)",
|
|
"Bash(npx shadcn@latest add:*)",
|
|
"Bash(npm run build:*)"
|
|
]
|
|
}
|
|
}
|