dev: Add BETA branding to development branch
- Update launcher version to 2.1.0-BETA - Change banner to yellow with dev warning - Use .sysref.beta cache file for isolation - Update README with dev branch information - Clear visual separation from production
This commit is contained in:
+3
-3
@@ -15,9 +15,9 @@ if [ -z "$TOOLKIT_BASE_DIR" ]; then
|
||||
[ -f "$SCRIPT_DIR/user-manager.sh" ] && source "$SCRIPT_DIR/user-manager.sh" || { echo "ERROR: user-manager.sh not found" >&2; return 1; }
|
||||
fi
|
||||
|
||||
# Reference database location
|
||||
export SYSREF_DB="${TOOLKIT_BASE_DIR}/.sysref"
|
||||
export SYSREF_TIMESTAMP="${TOOLKIT_BASE_DIR}/.sysref.timestamp"
|
||||
# Reference database location - BETA VERSION (separate from production)
|
||||
export SYSREF_DB="${TOOLKIT_BASE_DIR}/.sysref.beta"
|
||||
export SYSREF_TIMESTAMP="${TOOLKIT_BASE_DIR}/.sysref.beta.timestamp"
|
||||
|
||||
#############################################################################
|
||||
# DATABASE STRUCTURE
|
||||
|
||||
Reference in New Issue
Block a user