From b9d4537b4b3f714101bf2b95317fcac12bc5b833 Mon Sep 17 00:00:00 2001 From: David Kiania Date: Thu, 16 Apr 2026 19:35:22 +0300 Subject: [PATCH] Rename app from fireside-test-app to karuracc-test-app Co-Authored-By: Claude Sonnet 4.6 --- app/api/health/route.ts | 2 +- app/auth/login/page.tsx | 2 +- app/auth/signup/page.tsx | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/api/health/route.ts b/app/api/health/route.ts index 2109c80..4273af2 100644 --- a/app/api/health/route.ts +++ b/app/api/health/route.ts @@ -6,7 +6,7 @@ export function GET() { return NextResponse.json( { status: "ok", - app: "fireside-test-app", + app: "karuracc-test-app", ts: new Date().toISOString(), }, { status: 200 } diff --git a/app/auth/login/page.tsx b/app/auth/login/page.tsx index 179a0cb..e92a156 100644 --- a/app/auth/login/page.tsx +++ b/app/auth/login/page.tsx @@ -6,7 +6,7 @@ export default function LoginPage() {

Sign in

-

// fireside-test-app · auth smoke test

+

// karuracc-test-app · auth smoke test

No account? Sign up → diff --git a/app/auth/signup/page.tsx b/app/auth/signup/page.tsx index 271698e..b5fc05e 100644 --- a/app/auth/signup/page.tsx +++ b/app/auth/signup/page.tsx @@ -6,7 +6,7 @@ export default function SignupPage() {

Create account

-

// fireside-test-app · new user registration

+

// karuracc-test-app · new user registration

Already have an account? Sign in → diff --git a/package.json b/package.json index da23026..a79f138 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "fireside-test-app", + "name": "karuracc-test-app", "version": "0.1.0", "private": true, "scripts": {