localization for ntfy and mail

This commit is contained in:
MDeeApp
2025-10-11 19:34:54 +02:00
parent 17e094e8ac
commit adc4cfbee8
25 changed files with 609 additions and 74 deletions

View File

@@ -10,6 +10,7 @@ COPY package*.json tsconfig.json ./
RUN npm install
COPY src ./src
COPY shared ./shared
RUN npm run build