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 {
nameKey: string
descKey: string
nameKey: keyof typeof t.value
descKey: keyof typeof t.value
url: string
sourceUrl?: string
tags: Tag[]