aboutsummaryrefslogtreecommitdiffstats
path: root/backend/prisma
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-07 21:14:27 -0800
committerPinapelz <yukais@pinapelz.com>2025-11-07 21:14:27 -0800
commit8bbac6ec1236f104d3265eefa275b24e2c218e69 (patch)
treeac8f1ff067138d7627e18979e4c7f6e630d01c84 /backend/prisma
parent88566d816172d274e8814cd1bf17f4e876ad31e3 (diff)
taiko: implement taiko arcade score view
Diffstat (limited to 'backend/prisma')
-rw-r--r--backend/prisma/seed.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/prisma/seed.ts b/backend/prisma/seed.ts
index 624e8b7..b6ee09e 100644
--- a/backend/prisma/seed.ts
+++ b/backend/prisma/seed.ts
@@ -35,6 +35,11 @@ async function main() {
internalName: "reflecbeat",
formattedName: "REFLEC BEAT",
description: "A touchscreen rhythm game from KONAMI",
+ },
+ {
+ internalName: "taiko",
+ formattedName: "Taiko no Tatsujin Arcade",
+ description: "A drum-based rhythm game"
}
],
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage