From 64a1b249d25fe52df9ad7d8c034e2e004354ecd5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Nov 2025 06:36:28 +0900 Subject: test(server): add Hono app integration tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add tests for the root endpoint and /api/health endpoint to verify the Hono server is working correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20da58d..46bfb35 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ pnpm dev Create `.env` files in each app directory: -```apps/server/.env +```pkgs/server/.env DATABASE_URL=postgresql://user:password@localhost:5432/kioku JWT_SECRET=your-secret-key ``` -```apps/web/.env +```pkgs/web/.env PUBLIC_API_URL=http://localhost:3000 ``` -- cgit v1.2.3-70-g09d2