aboutsummaryrefslogtreecommitdiffhomepage
path: root/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-03 05:11:21 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:20 +0900
commitc3fc3414dfdb8c7d018e792cde6b4b4374d3d573 (patch)
tree7430e62f36bd4407930948e15ce7180186e2af66 /biome.json
parent328710be69d218007477fc46f6642a71ac0e385f (diff)
downloadkioku-c3fc3414dfdb8c7d018e792cde6b4b4374d3d573.tar.gz
kioku-c3fc3414dfdb8c7d018e792cde6b4b4374d3d573.tar.zst
kioku-c3fc3414dfdb8c7d018e792cde6b4b4374d3d573.zip
feat(db): add database migrations
Generate initial migration file for all schema tables (users, decks, cards, review_logs) using Drizzle Kit. 🤖 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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/biome.json b/biome.json
index 690def9..67a7dbc 100644
--- a/biome.json
+++ b/biome.json
@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
- "includes": ["**", "!.claude"]
+ "includes": ["**", "!.claude", "!**/drizzle/meta/*.json"]
},
"formatter": {
"enabled": true,