feat: disable building XO 6 by default and add config option to sample config file

This commit is contained in:
Roni Väyrynen
2025-04-02 09:53:30 +03:00
parent fa5afa3682
commit 3dbfbdde30
2 changed files with 6 additions and 1 deletions

View File

@@ -138,3 +138,8 @@ PRESERVE="3"
# Configurable network-timeout setting for yarn, in ms.
# default: 300000 = 300sec
#YARN_NETWORK_TIMEOUT="300000"
# Enable/Disable XO 6 UI build, accessible at /v6
# This is actively developed and enabling it might break install/update
# default: false
#INCLUDE_V6="false"