alternative tangled frontend (extremely wip)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: add type to lexicon zod schema

serenity ef7b899a 47d53716

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