Closed aholmes closed 2 weeks ago
In scaffolded applications, that typevar AppType is made available for use in the application builder. The previous PR unintentionally used Flask rather than AppType.
AppType
Flask
In scaffolded applications, that typevar
AppType
is made available for use in the application builder. The previous PR unintentionally usedFlask
rather thanAppType
.