Fix build

This commit is contained in:
2026-05-14 23:49:44 +03:00
parent 136dc8b892
commit 48662442a4

View File

@@ -10,8 +10,8 @@ interface Tag {
} }
interface Project { interface Project {
nameKey: string nameKey: keyof typeof t.value
descKey: string descKey: keyof typeof t.value
url: string url: string
sourceUrl?: string sourceUrl?: string
tags: Tag[] tags: Tag[]