Is it possible to serve static assets from resourc...
# ktor
r
Is it possible to serve static assets from resources with graalvm native image?
I think I've correctly included assets into the image with
-H:IncludeResources
option, but the files are not visible by the server.
I've managed to fix the problem. It works.