make mapping.ts little bit simple. add comment to file processing places.

This commit is contained in:
Первов Артем
2026-06-15 01:41:30 +03:00
parent e450346e58
commit f8a9866339
2 changed files with 7 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ RUN npm ci
COPY tsconfig.json ./
COPY public ./public
# Runtime mappers read JSON files from src/mappings, so they must be copied into the image.
COPY src ./src
CMD ["npm", "run", "dev"]