Replies: 1 comment
-
Hello, did you set a subfolder as output folder? Example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Without setting
ViteOptions.Manifest
, it should be.vite/manifest.json
according to the documentation. If I do the following in a controller,True
is written to the console as expected:…so it's clear that the file
.vite/manifest.json
exists. However, when I inspect theIViteManifest
, it returns no results:How should I go about debugging this? It feels like the
ViteManifest
should not construct its own instance ofPhysicalFileProvider
, but instead use the one exposed onenvironment
.Vite.AspNetCore/src/Vite.AspNetCore/Services/ViteManifest.cs
Line 65 in 0c05a6b
But I'm not sure if this would fix the problem or what the problem actually is. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions