Switch to translatable data

This commit is contained in:
2025-08-20 23:18:40 +02:00
parent c35fb06830
commit cc544322b2
36 changed files with 431 additions and 146 deletions
@@ -43,7 +43,8 @@ export default defineEventHandler(async (event) => {
include: {
hunt: {
select: {
name: true,
name_de: true,
name_en: true,
id: true
}
},
@@ -53,6 +54,7 @@ export default defineEventHandler(async (event) => {
text: true,
final: true,
updatedAt: true,
lang: true,
team: {
select: {
id: true,