diff --git a/.dockerignore b/.dockerignore index f1df89d..7cac851 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -** +* !turbo.json !bun.lock @@ -20,11 +20,7 @@ !packages/**/src/** # License files and attributions - !LICENSE !NOTICES.md !LICENSES/** -# Node modules - -**/node_modules/** diff --git a/apps/client/app/modules/repositories/routes/snapshot-details.tsx b/apps/client/app/modules/repositories/routes/snapshot-details.tsx index f2255ec..a86d982 100644 --- a/apps/client/app/modules/repositories/routes/snapshot-details.tsx +++ b/apps/client/app/modules/repositories/routes/snapshot-details.tsx @@ -73,7 +73,7 @@ export default function SnapshotDetailsPage({ loaderData }: Route.ComponentProps
Short ID: -

{data.snapshot.short_id}

+

{data.snapshot.short_id}

Hostname: @@ -87,7 +87,7 @@ export default function SnapshotDetailsPage({ loaderData }: Route.ComponentProps Paths:
{data.snapshot.paths.map((path) => ( -

+

{path}

))}