Rustelo/.claude/settings.local.json

38 lines
1.2 KiB
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(cargo:*)",
"Bash(pkill:*)",
"Bash(RUST_LOG=debug leptos serve watch)",
"Bash(RUST_LOG=debug cargo leptos watch)",
"Bash(rm:*)",
"Bash(sqlite3:*)",
"Bash(lsof:*)",
"Bash(RUST_LOG=info cargo leptos watch)",
"Bash(RUST_LOG=info ./target/debug/server)",
"Bash(env)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(ENVIRONMENT=development cargo run --bin server)",
"Bash(ls:*)",
"Bash(CONFIG_FILE=config.dev.toml cargo run --bin server)",
"Bash(git checkout:*)",
"Bash(CONFIG_FILE=/Users/Akasha/Development/rustelo/template/config.dev.toml cargo run --bin server)",
"Bash(ENVIRONMENT=development CONFIG_FILE=config.dev.toml cargo run --bin server)",
"Bash(find:*)",
"Bash(ln:*)",
"Bash(cp:*)",
"Bash(npm run build:css:*)",
"Bash(killall:*)",
"Bash(true)",
"Bash(mv:*)",
"Bash(LEPTOS_OUTPUT_NAME=website cargo leptos build)",
"Bash(LEPTOS_OUTPUT_NAME=website cargo leptos serve --hot-reload)",
"Bash(pgrep:*)",
"Bash(./scripts/link-pkg-files.sh:*)",
"Bash(LEPTOS_OUTPUT_NAME=website cargo run --bin server)"
],
"deny": []
}
}