Frank!
Explore posts from serversBABetter Auth
•Created by Frank! on 4/25/2025 in #help
inferAdditionalFields
I'm good. The documentation helps:
https://www.better-auth.com/docs/concepts/typescript#inferring-additional-fields-on-client
7 replies
BABetter Auth
•Created by Frank! on 4/25/2025 in #help
inferAdditionalFields
Yeah they are in different projects and I have inferred the additional fields but doing that doesn't seem to matter. If I remove it, everything still works as expected. Is this just for TypeScript types or some larger thing?
7 replies
Debugging test in VSCode always breaks on line 54 of colors.ts
I filed a formal issue in the Deno VS Code extension:
https://github.com/denoland/vscode_deno/issues/896
11 replies
Debugging test in VSCode always breaks on line 54 of colors.ts
import { assertEquals } from "https://deno.land/[email protected]/assert/assert_equals.ts"; Deno.test("hello", () => { assertEquals("hello", "hello"); });
11 replies