Closed cleversolutions closed 4 years ago
Reorder the standard startup sample so base.Configuration(app); occurs last, ensuring preview doesn't break.
base.Configuration(app);
Sigh... it seems I will never figure out git... Forget about this PR... it seems I included a bunch of junk with it.
Reorder the standard startup sample so
base.Configuration(app);
occurs last, ensuring preview doesn't break.