diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index 6d851f98..67f022f4 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -52,7 +52,19 @@
"Bash(sed -i 's|\"/api/items|\"/items|g' backend/tests/test_items.py)",
"Bash(sed -i 's|\"/api/categories|\"/categories|g' backend/tests/test_categories.py)",
"Bash(sed -i 's|\"/api/operations|\"/operations|g' backend/tests/test_operations.py)",
- "Bash(sed -i 's|\"/api/operations|\"/operations|g' backend/tests/test_offline_sync.py)"
+ "Bash(sed -i 's|\"/api/operations|\"/operations|g' backend/tests/test_offline_sync.py)",
+ "Bash(curl -sf http://localhost:8906/)",
+ "Bash(curl -sf http://localhost:3000/)",
+ "Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3000/)",
+ "Bash(NEXT_PUBLIC_API_URL=http://localhost:8906 npm run dev -- --port 3000)",
+ "Bash(echo \"Frontend PID: $!\")",
+ "Bash(curl -sf http://localhost:3000)",
+ "Bash(curl -s http://localhost:3000/login)",
+ "Bash(curl -s http://localhost:8906/users)",
+ "Bash(curl -v http://localhost:8906/users)",
+ "Bash(NEXT_PUBLIC_API_URL=http://localhost:8916 npm run dev -- --port 8917)",
+ "Bash(curl -sf http://localhost:8917)",
+ "Bash(xargs sed *)"
]
}
}
diff --git a/frontend/app/login/page.tsx b/frontend/app/login/page.tsx
index 4e7103e1..83996175 100644
--- a/frontend/app/login/page.tsx
+++ b/frontend/app/login/page.tsx
@@ -124,7 +124,7 @@ export default function LoginPage() {