fix: resolve properties before direct HTML generation

This commit is contained in:
2026-06-16 19:09:00 +02:00
parent a9d40aaf8c
commit 79ddb307c1
29 changed files with 1876 additions and 211 deletions

View File

@@ -274,7 +274,12 @@
}
} ],
"properties" : {
"app.states.initial" : "INIT_STATE"
"default" : {
"app.states.initial" : "INIT_STATE"
},
"prod" : {
"app.states.initial" : "PROD_INITIAL"
}
}
},
"name" : "click.kamil.examples.statemachine.extended.config.ExtendedStateMachineConfig",