Beginning campaign UI and WS to get player state.

This commit is contained in:
Clément Pons
2025-11-12 17:53:48 +01:00
parent 3ed9ab3dce
commit dd4191bea6
32 changed files with 4225 additions and 132 deletions

View File

@@ -20,6 +20,7 @@ export default defineEventHandler(async (e) => {
}
catch(_e)
{
console.error(_e);
return setResponseStatus(e, 500);
}
});