feat: add plausible

This commit is contained in:
2026-06-13 22:07:00 -03:00
parent a2947b3bf2
commit 1c496e8d8d
10 changed files with 102 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
WORKDIR /app
ARG GIT_COMMIT_HASH=unknown
ARG APP_VERSION=1.1.2
ARG APP_VERSION=1.2.0
ENV VITE_APP_VERSION=$APP_VERSION
ENV VITE_GIT_HASH=$GIT_COMMIT_HASH