Skip to content

Commit a2a4d52

Browse files
authored
Apply Sonarcloud recommended fixes (#743)
1 parent 5b7d674 commit a2a4d52

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
1313
pnpm install --frozen-lockfile --ignore-scripts
1414

1515
# Copy necessary build configurations
16-
COPY vite.config.ts index.html tsconfig.* /website/
16+
COPY vite.config.ts index.html tsconfig.json tsconfig.app.json tsconfig.node.json /website/
1717
COPY public /website/public
1818
COPY src /website/src
1919

index.old.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { ChevronDown } from "lucide-react";
22
import { useId } from "react";
33

4-
import { Navbar } from "@/components/app/navigation-bar";
54

65
import {
76
Accordion,

0 commit comments

Comments
 (0)