feat: updade workspace

This commit is contained in:
thanhnv
2026-07-11 15:56:31 +09:00
parent 4fc72332f5
commit 193a449829
120 changed files with 868 additions and 350 deletions
@@ -177,7 +177,7 @@ function Get-ProjectStructure {
[Parameter(Mandatory=$false)]
[string]$ProjectType
)
if ($ProjectType -match 'web') { return "backend/`nfrontend/`ntests/" } else { return "src/`ntests/" }
if ($ProjectType -match 'web') { return "apps/okr/backend/`napps/okr/frontend/`ntests/" } else { return "src/`ntests/" }
}
function Get-CommandsForLanguage {