refactor(createzip): renamed the backend to app now that everything is in one

This commit is contained in:
2025-07-20 08:57:08 -05:00
parent 5f9d49561a
commit 0c4465c91a

View File

@@ -71,9 +71,9 @@ $tempStageDir = New-Item -ItemType Directory -Path (Join-Path $env:TEMP "lst_sta
# Copy files to organized structure # Copy files to organized structure
$filesToCopy = @( $filesToCopy = @(
@{ Source = "backend\lst_backend.exe"; Destination = "backend\lst_backend.exe" }, @{ Source = "backend\lst_backend.exe"; Destination = "app\lst_backend.exe" },
@{ Source = "backend\docs"; Destination = "backend\docs\" }, @{ Source = "backend\docs"; Destination = "app\docs\" },
@{ Source = "backend\frontend"; Destination = "backend\frontend\" }, @{ Source = "backend\frontend"; Destination = "app\frontend\" },
@{ Source = "LstWrapper\publish"; Destination = "lstwrapper\" }, @{ Source = "LstWrapper\publish"; Destination = "lstwrapper\" },
#@{ Source = "frontend\.nitro"; Destination = "frontend\.nitro" }, #@{ Source = "frontend\.nitro"; Destination = "frontend\.nitro" },
#@{ Source = "frontend\.tanstack"; Destination = "frontend\.tanstack" }, #@{ Source = "frontend\.tanstack"; Destination = "frontend\.tanstack" },