Refactor code structure for improved readability and maintainability
Despliegue Automático / desplegar (push) Successful in 3m59s

This commit is contained in:
2026-05-18 18:50:36 +02:00
parent 73d8141dda
commit fa78a7e9d1
3 changed files with 1609 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
# Dependencies # Dependencies
node_modules/ node_modules/
pnpm-lock.yaml
# Environment variables # Environment variables
.env .env
+2 -2
View File
@@ -13,8 +13,8 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends python3 make g++ \ && apt-get install -y --no-install-recommends python3 make g++ \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY package.json pnpm-lock.yaml ./ COPY package.json ./
RUN pnpm install --frozen-lockfile --prod RUN pnpm install --prod
FROM base AS production FROM base AS production
+1607
View File
File diff suppressed because it is too large Load Diff