feat: first batch of work

This commit is contained in:
Herculino Trotta
2025-11-01 03:15:44 -03:00
parent e600d87968
commit a63367a772
175 changed files with 3433 additions and 2245 deletions

View File

@@ -14,6 +14,7 @@ WORKDIR /usr/src/frontend
COPY ./frontend .
COPY ./app/templates /usr/src/app/templates
RUN --mount=type=cache,target=/root/.npm \
rm -rf node_modules package-lock.json && \
npm install --verbose && \
npm run build