Compare commits

..

2 commits

Author SHA1 Message Date
lila
0dba68904e adding labels
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m12s
2026-04-21 14:44:14 +02:00
lila
1715726ec6 excluding temporary status of data-pipeline 2026-04-21 14:44:01 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,9 @@ import type { GameRequest } from "@lila/shared";
const LABELS: Record<string, string> = {
en: "English",
it: "Italian",
de: "German",
fr: "French",
es: "Spanish",
noun: "Nouns",
verb: "Verbs",
easy: "Easy",

View file

@ -14,6 +14,7 @@ export default defineConfig([
"**/*.config.ts",
"routeTree.gen.ts",
"scripts/**",
"data-pipeline/**/*",
]),
eslint.configs.recommended,