19 lines
1000 B
JSON
19 lines
1000 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git check-ignore *)",
|
|
"Bash(ls src-tauri/.gitignore)",
|
|
"Bash(cat src-tauri/.gitignore)",
|
|
"Bash(git push *)",
|
|
"PowerShell(node -v)",
|
|
"PowerShell(npm -v)",
|
|
"PowerShell(rustc --version)",
|
|
"PowerShell(cargo --version)",
|
|
"PowerShell(npm run tauri:build)",
|
|
"PowerShell(Get-ChildItem -Path \"src-tauri\\\\target\\\\release\\\\app.exe\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\msi\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\nsis\" -File | Select-Object Name, @{N='MB';E={[math]::Round\\($_.Length/1MB,1\\)}} | Format-Table -AutoSize)",
|
|
"PowerShell(npm run typecheck)",
|
|
"PowerShell(Get-ChildItem -Path \"src-tauri\\\\target\\\\release\\\\app.exe\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\msi\",\"src-tauri\\\\target\\\\release\\\\bundle\\\\nsis\" -File | Select-Object Name, @{N='MB';E={[math]::Round\\($_.Length/1MB,1\\)}}, LastWriteTime | Format-Table -AutoSize)"
|
|
]
|
|
}
|
|
}
|