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 /biome.json | |
| 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 'biome.json')
| -rw-r--r-- | biome.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ "useIgnoreFile": true }, "files": { - "ignoreUnknown": false + "ignoreUnknown": false, + "includes": ["**", "!.claude"] }, "formatter": { "enabled": true, |
