1
0

Clarify analytics is hosted only
All checks were successful
Build and test project / build-and-test (push) Successful in 1m29s

This commit is contained in:
2026-03-21 17:11:19 +01:00
parent 82f32460cb
commit 6f902090c1
7 changed files with 54 additions and 49 deletions

View File

@@ -1,6 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
if [[ "${1:-}" == "--fake-analytics" ]]; then
export UMAMI_WEBSITE_ID="fake"
export UMAMI_SCRIPT_URL="data:,"
fi
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
WEB_DIR="$SCRIPT_DIR/web"
SRC_DIR="$WEB_DIR/src"