Working init app

Change-Id: I545c6c2f7182adf28d4ced41ac38613746d2b3d8
This commit is contained in:
Roman Jaroš 2023-09-09 18:18:34 +02:00
parent 13ab39d1fd
commit 6f2586ccad
15 changed files with 133 additions and 62 deletions

View file

@ -4,5 +4,4 @@ import FrontendBuild
FrontendBuild({
name = '$(appName)'
port = '$(appPort):80'
runSonar = true
})