15 lines
273 B
JSON
15 lines
273 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm create:*)",
|
|
"Bash(yes:*)",
|
|
"Bash(npx --yes create-vite@latest:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npx vue-tsc:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(npx vite build)"
|
|
]
|
|
}
|
|
}
|