From daf045390d11ff6da337605ebaccda12394fa15f Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:44:14 +0300 Subject: [PATCH] fix dev branch not working (#4651) * fix dev branch not working * Update start.ps1 --- scripts/start.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.ps1 b/scripts/start.ps1 index 177f917f..0cf80f5d 100644 --- a/scripts/start.ps1 +++ b/scripts/start.ps1 @@ -8,7 +8,7 @@ param ( [string]$Config, - [ValidateSet("Standard", "Minimal", "Advanced")] + [ValidateSet("Standard", "Minimal", "Advanced", "")] [string]$Preset, [switch]$Noui, [switch]$Offline