mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
chore: remove console.error statement from header component for cleaner code
This commit is contained in:
@@ -9,8 +9,7 @@ COPY pnpm-lock.yaml package.json .
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
RUN --mount=type=cache,target=/src/.next/cache \
|
||||
pnpm build
|
||||
RUN pnpm build
|
||||
|
||||
FROM gcr.io/distroless/nodejs22-debian12
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ const SNSIcons = [
|
||||
];
|
||||
|
||||
const Header: React.FC = async () => {
|
||||
console.error(process.env);
|
||||
const res = await fetch(
|
||||
"https://discord.com/api/v10/users/739702692393517076",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user