19 lines
491 B
JSON
19 lines
491 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 *)"
|
|
]
|
|
}
|
|
}
|