Files
solopm-server/.claude/settings.local.json
T
2026-08-14 11:29:11 -06:00

36 lines
1.4 KiB
JSON

{
"permissions": {
"allow": [
"Bash(env)",
"Bash(go mod *)",
"Bash(go get *)",
"Bash(2>&1)",
"Bash(go test *)",
"Bash(go build *)",
"Bash(export DATABASE_URL=\"postgres://app:liquid-carbon-web@postgres:5432/app?sslmode=disable\")",
"Bash(export BASE_URL=\"http://localhost:4080\")",
"Bash(export SESSION_SECRET=\"dev-only-secret-32-bytes-minimum!!\")",
"Bash(go run *)",
"Bash(export HTTP_PORT=4080)",
"Bash(echo \"PID: $!\")",
"Bash(curl -s -i http://localhost:4080/healthz)",
"Bash(kill %1)",
"Bash(wait)",
"Bash(export MEILI_URL=\"http://meilisearch:7700\")",
"Bash(export MEILI_KEY=\"masterkey\")",
"Bash(curl -s http://localhost:4080/healthz)",
"Bash(curl -s -i http://meilisearch:7700/health)",
"Bash(pkill -f \"cmd/solopm serve\")",
"Bash(pkill -f \"go-build.*/exe/solopm\")",
"Bash(timeout 5 curl -sI https://cdn.jsdelivr.net/npm/@fontsource/open-sans@5/files/open-sans-latin-400-normal.woff2)",
"Bash(timeout 5 curl -sI https://github.com/FortAwesome/Font-Awesome/releases/download/6.4.0/fontawesome-free-6.4.0-web.zip)",
"Bash(pnpm create *)",
"Bash(cp -r /references/first-iteration/ai/design-system ./design-system)",
"Bash(cp -r design-system/setup/public/assets public/assets)",
"Bash(bash design-system/setup/get-fonts.sh)",
"Bash(pnpm build *)",
"Bash(go vet *)"
]
}
}