feat: skeleton ui and theming

This commit is contained in:
2025-08-09 21:29:27 +01:00
parent 828332a786
commit ce03e2f681
4 changed files with 623 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ RUN pnpm install --frozen-lockfile
COPY . ./
RUN pnpm build
CMD ["pnpm", "preview"]
CMD ["pnpm", "preview", "--host", "'0.0.0.0'", "--port", "5173"]