fix: repair docker build and apply migrations
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-25 19:24:15 +01:00
parent 561fb56419
commit 1d5fb09eb0
6 changed files with 45 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import type { TableColumn } from "@nuxt/ui";
const UBadge = resolveComponent("UBadge");
const props = defineProps<{
defineProps<{
data: Link[];
status: "pending" | "idle" | "success" | "error";
}>();