- Update Go module from mycrib-api to casera-api - Update all import statements across 69 Go files - Update admin panel branding (title, sidebar, login form) - Update email templates (subjects, bodies, signatures) - Update PDF report generation branding - Update Docker container names and network - Update config defaults (database name, email sender, APNS topic) - Update README and documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"name": "casera-api",
|
|
"description": "Casera API (Go)",
|
|
"scripts": {},
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"type": "startup",
|
|
"name": "web check",
|
|
"path": "/api/health/",
|
|
"attempts": 3,
|
|
"wait": 5,
|
|
"timeout": 30,
|
|
"content": "healthy"
|
|
}
|
|
]
|
|
}
|
|
}
|