sdfsdf
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-22 23:43:19 +02:00
parent a5cf110de2
commit 23afe81251
6 changed files with 34 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ return [
'app_id' => 'boersenchecker',
'title' => (string) ($manifest['title'] ?? 'Börsenchecker'),
'icon' => 'BC',
'entry_route' => '/apps/boersenchecker',
'entry_route' => '/apps/boersenchecker/index.php',
'window_mode' => 'window',
'content_mode' => 'native-module',
'default_width' => 1220,
@@ -25,7 +25,7 @@ return [
'native_module' => [
'initializer' => 'initBoersencheckerApp',
'options' => [
'entryRoute' => '/apps/boersenchecker',
'entryRoute' => '/apps/boersenchecker/index.php',
'defaultView' => 'overview',
],
'assets' => [