Total rebrand across all Go API source files: - Go module path: casera-api -> honeydue-api - All imports updated (130+ files) - Docker: containers, images, networks renamed - Email templates: support email, noreply, icon URL - Domains: casera.app/mycrib.treytartt.com -> honeyDue.treytartt.com - Bundle IDs: com.tt.casera -> com.tt.honeyDue - IAP product IDs updated - Landing page, admin panel, config defaults - Seeds, CI workflows, Makefile, docs - Database table names preserved (no migration needed) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"name": "honeydue-api",
|
|
"description": "honeyDue API (Go)",
|
|
"scripts": {},
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"type": "startup",
|
|
"name": "web check",
|
|
"path": "/api/health/",
|
|
"attempts": 3,
|
|
"wait": 5,
|
|
"timeout": 30,
|
|
"content": "healthy"
|
|
}
|
|
]
|
|
}
|
|
}
|