Files
Lunar-code/.claude/settings.local.json
2026-04-04 00:40:12 +02:00

14 lines
400 B
JSON

{
"permissions": {
"allow": [
"Bash(fuser -k 1420/tcp)",
"Bash(pkill -f \"code-editor\")",
"Bash(cargo check:*)",
"Bash(npx tsc:*)",
"Bash(pnpm tauri:*)",
"Bash(ls -lh \"/home/luna/Desktop/code editor/src-tauri/target/release/bundle/deb/\"*.deb)",
"Bash(ls -lh \"/home/luna/Desktop/code editor/src-tauri/target/release/bundle/rpm/\"*.rpm)"
]
}
}