feat: implement consumer info update and password change functionality with DTOs

This commit is contained in:
2026-05-18 10:53:58 +03:30
parent 12b11cc238
commit 23ae3556de
9 changed files with 165 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:22-slim AS base
WORKDIR /app
ARG NPM_REGISTRY=https://registry.npmjs.org/
ARG NPM_REGISTRY=https://hub.megan.ir/npm/
ENV NPM_CONFIG_REGISTRY=${NPM_REGISTRY}
ENV npm_config_registry=${NPM_REGISTRY}
ENV PNPM_HOME="/pnpm"