help
Root Question Message
Microsoft.AspNetCore.SpaServices.Extensions
, like this guy does here https://github.com/MakotoAtsu/AspNetCore_Vite_TemplateFileProvider
. The problem with that is the method GetFileInfo
, which returns an IFileInfo
, which has to implement CreateReadStream()
, which I have no idea why aspnet core needs in the first place, and I don't know how to implement it myself. The implementations provided by aspnet core deal with actual files on disk or embedded resources, but not files streamed over http, so idk what to do.Sign In and Join Server To See