feat(frontend): Prettier, add openapi client generation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createAuthClient } from "better-auth/vue";
|
||||
import { createAuthClient } from 'better-auth/vue'
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: "http://localhost:3000",
|
||||
});
|
||||
baseURL: 'http://localhost:3000'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user