style: apply biome formatting to config and generated files

- Convert spaces to tabs in tsconfig files
- Format CLI commands and prompts
- Update generated Convex files
- Format betterauth adapter and schema

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-11-08 18:03:32 +00:00
parent 015524cd63
commit 027a315a04
18 changed files with 341 additions and 253 deletions

View File

@@ -1,5 +1,5 @@
import { defineComponent } from "convex/server";
import { defineComponent } from "convex/server"
const component = defineComponent("betterAuth");
const component = defineComponent("betterAuth")
export default component;
export default component