cd ./appshelland runnpm iand thennpm run buildcd ../blazor-piletand rundotnet buildcd ../.piral~/blazor-piletand runnpm start
- The Browser Console shows an error because
http://localhost:1234/$pilet-api/0/icons.dllcan't be found. The problem occours because inicons\icons.csprojwe've added<AssemblyName>Framework.Frontend.Icons</AssemblyName>. This renames the dll toFramework.Frontend.Icons.dllbut piral is still assuming the nameicons.dll. The filehttps://github.com/luckyluggi/mvp_piral_blazor_extension/blob/master/piral~/blazor-pilet/dist/_framework/Framework.Frontend.Icons.dlldoes exist. - If i build with vite i get the following message when running the pilet:
The app shell does not containpiral-blazor. Using standalone mode.It works when using webpack5.