Skip to content

Commit

Permalink
forgot to set portal to true default
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Mar 12, 2024
1 parent 3ff1568 commit 072e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IonicPortals/src/main/kotlin/io/ionic/portals/Portal.kt
Expand Up @@ -70,7 +70,7 @@ class Portal(val name: String) {
/**
* If the Portal should be loaded in development mode and look for a server URL.
*/
var devMode: Boolean = false
var devMode: Boolean = true

/**
* A LiveUpdate config, if live updates is being used.
Expand Down

0 comments on commit 072e804

Please sign in to comment.