23 lines
640 B
JSON
23 lines
640 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm init *)",
|
|
"Bash(npm install *)",
|
|
"Bash(npm uninstall *)",
|
|
"Bash(npm ls *)",
|
|
"Bash(npm run *)",
|
|
"Bash(npm config *)",
|
|
"Bash(export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/)",
|
|
"Bash(node *)",
|
|
"Bash(ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ node *)",
|
|
"Bash(pkill -f \"electron-vite\")",
|
|
"Bash(npm list *)",
|
|
"Bash(npx electron-vite *)",
|
|
"WebSearch",
|
|
"WebFetch(domain:primevue.org)",
|
|
"Bash(curl -s http://localhost:5173)",
|
|
"Bash(curl -s http://localhost:5173/)"
|
|
]
|
|
}
|
|
}
|