Fix SDK mode hydration

This commit is contained in:
Nathan Flurry 2026-03-10 22:35:09 -07:00
parent 97d9356932
commit 24e99ac5e7
3 changed files with 88 additions and 290 deletions

View file

@ -1,6 +1,7 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"indentStyle": "space"
"indentStyle": "space",
"lineWidth": 160
}
}