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 04f4eef commit 4da8259Copy full SHA for 4da8259
README.md
@@ -49,7 +49,7 @@ configure<TeleportExtension> {
49
attemptDuration.set(5000)
50
caption.set("My app")
51
applicationName.set("MyAppName")
52
- buildType.set("ApplicationMode.DEBUG")
+ buildType.set(ApplicationMode.DEBUG)
53
}
54
```
55
0 commit comments