mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-04 15:21:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user