This commit is contained in:
2025-10-11 15:06:06 +03:00
parent b0499f9a54
commit da293ae85d
2 changed files with 2 additions and 17 deletions
-2
View File
@@ -1,8 +1,6 @@
# Init
Set-Location -Path $PSScriptRoot
$root = Join-Path $PSScriptRoot ".."
$varsFile = Join-Path $root "src\vars.ps1"
if (Test-Path $varsFile) {
. $varsFile