We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bec164 commit 7e51aa1Copy full SHA for 7e51aa1
src/main/kotlin/com/faforever/userservice/AppConfig.kt
@@ -1,16 +1,13 @@
1
package com.faforever.userservice
2
3
import com.vaadin.flow.component.page.AppShellConfigurator
4
-import com.vaadin.flow.component.page.Push
5
-import com.vaadin.flow.shared.ui.Transport
6
import com.vaadin.flow.theme.Theme
7
import io.quarkus.runtime.StartupEvent
8
import jakarta.enterprise.context.ApplicationScoped
9
import jakarta.enterprise.event.Observes
10
11
@Theme("faforever")
12
@ApplicationScoped
13
-@Push(transport = Transport.WEBSOCKET)
14
class AppConfig : AppShellConfigurator {
15
fun onStart(@Observes event: StartupEvent) {
16
System.setProperty("vaadin.copilot.enable", "false")
0 commit comments