feat: account pages framework & updates to library

This commit is contained in:
DecDuck
2025-04-01 18:28:34 +11:00
parent d7297707d7
commit 17372a9c06
15 changed files with 298 additions and 75 deletions

View File

@ -29,7 +29,7 @@ export default defineEventHandler(async (h3) => {
const description = options.description;
const gameId = options.id;
if (!(id || name || description)) {
if (!id || !name || !description) {
dump();
throw createError({