Added AssetService. Added command line handling for assets. Added asset streaming on the client
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Shared.Http.Responses.Assets;
|
||||
|
||||
public class FrontendAssetResponse
|
||||
{
|
||||
public string[] CssFiles { get; set; }
|
||||
public string[] JavascriptFiles { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user