aboutsummaryrefslogtreecommitdiffhomepage
path: root/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-30 06:29:41 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:03 +0900
commitde0520f2d635fedba0ff9602dd82a4dd29a9b635 (patch)
tree3a35403b12643bbd47b13c2ea0c9e358826fb8e3 /biome.json
parentd77ed27bc66821aa56398ff8dd1b885af7903672 (diff)
downloadkioku-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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/biome.json b/biome.json
index ba74412..690def9 100644
--- a/biome.json
+++ b/biome.json
@@ -6,7 +6,8 @@
"useIgnoreFile": true
},
"files": {
- "ignoreUnknown": false
+ "ignoreUnknown": false,
+ "includes": ["**", "!.claude"]
},
"formatter": {
"enabled": true,