Fixed bundling. Upgraded mooncore.extended
This commit is contained in:
@@ -125,6 +125,9 @@ public class PluginService
|
||||
var wwwRootPath = Path.GetFullPath(
|
||||
PathBuilder.Dir(pluginFolder, "wwwroot")
|
||||
);
|
||||
|
||||
if(!Directory.Exists(wwwRootPath))
|
||||
continue;
|
||||
|
||||
wwwRootProviders.Add(
|
||||
new PhysicalFileProvider(wwwRootPath)
|
||||
|
||||
Reference in New Issue
Block a user