fix: filtering out free product from add coupon dialog

This commit is contained in:
John Yeo
2025-06-22 10:35:58 +01:00
parent 36066cc578
commit 396601d16e
8 changed files with 647 additions and 34 deletions

View File

@@ -39,7 +39,6 @@ CMD ["pnpm", "run", "dev"]
FROM base AS server
COPY server/ ./server/
WORKDIR /app/server
RUN pnpm install
EXPOSE 8080
CMD ["pnpm", "run", "dev"]