refactor(createzip): renamed the backend to app now that everything is in one
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user