finalize migration (yay)

This commit is contained in:
tw-blue
2025-12-10 22:11:30 +01:00
parent cd6cfec7f3
commit c7d53c88bc
40 changed files with 966 additions and 499 deletions
+44
View File
@@ -0,0 +1,44 @@
$ErrorActionPreference = "Inquire"
wt @(
"nt",
"-d",
".",
"--title",
"Angular",
"pwsh",
"-NoExit",
"-File",
".\scripts\angular.ps1",
";",
"nt",
"-d",
".",
"--title",
"API TS",
"pwsh",
"-NoExit",
"-File",
".\scripts\api-ts.ps1",
";",
"nt",
"-d",
".",
"--title",
"Docker",
"pwsh",
"-NoExit",
"-File",
".\scripts\docker.ps1",
";",
"nt",
"-d",
".",
"--title",
"API Gen",
"pwsh",
"-File",
".\scripts\apigen.ps1")