Removed ace editor build from moonlight. Using the one from mooncore now. Bumped up versions
This commit is contained in:
@@ -93,7 +93,7 @@ public class CoreStartup : IPluginStartup
|
||||
Scripts =
|
||||
[
|
||||
"/_content/Moonlight.Client/js/moonlight.js", "/_content/MoonCore.Blazor.FlyonUi/moonCore.js",
|
||||
"/_content/Moonlight.Client/ace/ace.js"
|
||||
"/_content/MoonCore.Blazor.FlyonUi/ace/ace.js"
|
||||
],
|
||||
Styles = ["/css/style.min.css"]
|
||||
});
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<PackageId>Moonlight.ApiServer</PackageId>
|
||||
<Version>2.1.5</Version>
|
||||
<Version>2.1.6</Version>
|
||||
<Authors>Moonlight Panel</Authors>
|
||||
<Description>A build of the api server for moonlight development</Description>
|
||||
<PackageProjectUrl>https://github.com/Moonlight-Panel/Moonlight</PackageProjectUrl>
|
||||
|
||||
Reference in New Issue
Block a user