We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a180e commit fe60b9dCopy full SHA for fe60b9d
1 file changed
infra/scripts/setup_local_dev.ps1
@@ -25,7 +25,7 @@ $ErrorActionPreference = "Stop"
25
# Resolve repo root (script lives in infra/scripts/)
26
$ScriptDir = $PSScriptRoot
27
if (-not $ScriptDir) { $ScriptDir = Get-Location }
28
-$RepoRoot = (Resolve-Path (Join-Path $RepoRoot "..\..")).Path
+$RepoRoot = (Resolve-Path (Join-Path $ScriptDir "..\..")).Path
29
$BackendDir = Join-Path $RepoRoot "src\backend"
30
$McpDir = Join-Path $RepoRoot "src\mcp_server"
31
$FrontendDir = Join-Path $RepoRoot "src\App"
0 commit comments