(Feat) V2

This commit is contained in:
2026-07-01 15:44:20 +02:00
parent 9789100334
commit 2a5d9bb0fd
10 changed files with 285 additions and 52 deletions
+10 -1
View File
@@ -3,7 +3,16 @@
"allow": [
"Bash(git check-ignore *)",
"Bash(ls src-tauri/.gitignore)",
"Bash(cat 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)"
]
}
}