Rebrand to Pounce, the Open Source Kanban Solution
- Rename project from "kanban" to "pounce" - Update landing page: "Pounce on your tasks" - Replace navbar icon with cat paw - Update seed hostname to pounce.catrenelle.com - Write proper README with setup instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ async function main() {
|
||||
});
|
||||
|
||||
// Map hostnames to default tenant
|
||||
const hostnames = ['localhost', '127.0.0.1', 'kanban.catrenelle.com'];
|
||||
const hostnames = ['localhost', '127.0.0.1', 'pounce.catrenelle.com'];
|
||||
for (const hostname of hostnames) {
|
||||
await prisma.tenantHostname.upsert({
|
||||
where: { hostname },
|
||||
|
||||
Reference in New Issue
Block a user