diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-30 06:29:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-04 23:26:03 +0900 |
| commit | de0520f2d635fedba0ff9602dd82a4dd29a9b635 (patch) | |
| tree | 3a35403b12643bbd47b13c2ea0c9e358826fb8e3 /docs | |
| parent | d77ed27bc66821aa56398ff8dd1b885af7903672 (diff) | |
| download | kioku-de0520f2d635fedba0ff9602dd82a4dd29a9b635.tar.gz kioku-de0520f2d635fedba0ff9602dd82a4dd29a9b635.tar.zst kioku-de0520f2d635fedba0ff9602dd82a4dd29a9b635.zip | |
feat(server): initialize Hono app
Setup basic Hono server with health check endpoint. Adds dev, build,
and start scripts using Node.js native TypeScript execution.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 7916835..26e92b8 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -10,7 +10,7 @@ - [x] Configure Biome ### Server Foundation -- [ ] Initialize Hono app +- [x] Initialize Hono app - [ ] Setup Vitest - [ ] Add simple test to test that Hono works - [ ] Error handling middleware |
