Skip to content

Commit

Permalink
Enable push
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Oct 4, 2024
1 parent 2b0092e commit 6e0eb52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/vaadin/example/lottie/DemoApplication.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package org.vaadin.example.lottie;

import com.vaadin.flow.component.page.Push;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
@Push
public class DemoApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit 6e0eb52

Please sign in to comment.