Add Windows PowerShell dev workflow
build-push / docker (push) Successful in 4m7s

This commit is contained in:
GHStaK
2026-03-17 15:47:01 +09:00
parent 75f1bb360c
commit 139e8f8781
8 changed files with 606 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
. (Join-Path $PSScriptRoot "dev-tools.ps1")
Use-LocalTooling
Write-Step "로컬 개발 PATH 적용 완료"
Write-Host (" Repo : " + (Get-RepoRoot))
Write-Host (" .venv : " + (Get-VenvRoot))
Write-Host (" .tools : " + (Get-ToolsRoot))