mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
feat(import): overhauled version importing
This commit is contained in:
@ -15,15 +15,6 @@ export default defineClientEventHandler(async (h3, {}) => {
|
||||
where: {
|
||||
gameId: id,
|
||||
},
|
||||
select: {
|
||||
versionIndex: true,
|
||||
versionName: true,
|
||||
platform: true,
|
||||
setupCommand: true,
|
||||
launchCommand: true,
|
||||
delta: true,
|
||||
dropletManifest: true,
|
||||
},
|
||||
orderBy: {
|
||||
versionIndex: "desc", // Latest one first
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user