split RenderMode and Runtime configuration
This commit is contained in:
@ -261,8 +261,9 @@
|
||||
SiteName = Constants.DefaultSite,
|
||||
Register = _register,
|
||||
SiteTemplate = _template,
|
||||
RenderMode = RenderModes.InteractiveServer
|
||||
};
|
||||
RenderMode = RenderModes.Interactive,
|
||||
Runtime = Runtimes.Server
|
||||
};
|
||||
|
||||
var installation = await InstallationService.Install(config);
|
||||
if (installation.Success)
|
||||
|
Reference in New Issue
Block a user