feat: uninstall commands, new R UI

This commit is contained in:
DecDuck
2025-09-07 17:30:24 +10:00
parent d84c70a05f
commit 5c1b0e6c1e
11 changed files with 424 additions and 346 deletions

View File

@ -17,6 +17,15 @@ export default defineEventHandler(async (h3) => {
omit: {
dropletManifest: true,
},
include: {
gameVersions: {
include: {
install: true,
uninstall: true,
launches: true,
}
},
},
},
tags: true,
},