feat: updade workspace
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user