fix: update docs

This commit is contained in:
Benjamin Labrecque
2026-07-29 08:54:31 +02:00
parent e0ba1531e6
commit 0bc8f10b1a
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
UI_FILENAME=$1
AGEBD_ENV=$2 # 'dev' or 'prod'
AGEBD_ENV=$2 # 'dev' for dev environment, any other string launches prod.
if [ "$AGEBD_ENV" = "dev" ]; then
AGEBD_ENV_SUFFIX="-DEV"