alternative tangled frontend (extremely wip)

refactor: add type to lexicon zod schema

serenity ef7b899a 47d53716

+1
+1
src/lib/types/lexicons/sh/tangled/repo.ts
··· 1 import { z } from "zod/v4"; 2 3 export const shTangledRepoSchema = z.object({ 4 name: z.string(), 5 knot: z.string(), 6 // FIXME: tangled.org displays them anyway if the record is an invalid lexicon.
··· 1 import { z } from "zod/v4"; 2 3 export const shTangledRepoSchema = z.object({ 4 + $type: z.literal("sh.tangled.repo"), 5 name: z.string(), 6 knot: z.string(), 7 // FIXME: tangled.org displays them anyway if the record is an invalid lexicon.