Fix docs
All checks were successful
Lint / lint (push) Successful in 16s
Test build / test-build (pull_request) Successful in 50s

This commit is contained in:
Julien Valverdé
2026-03-16 00:28:40 +01:00
parent 6f296d601b
commit 553ec4fc3b
3 changed files with 11 additions and 4 deletions

8
packages/docs/biome.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
"root": false,
"extends": "//",
"files": {
"includes": ["./src/**"]
}
}