feature: Begins work on backend command.

This commit is contained in:
greysoh 2024-05-08 22:16:26 -04:00
parent 99f76d875b
commit 213455b050
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
2 changed files with 196 additions and 8 deletions

View file

@ -68,6 +68,8 @@ export function route(routeOptions: RouteOptions) {
return {
success: true,
data: prismaBackends.map(i => ({
id: i.id,
name: i.name,
description: i.description,