Robert Jaros
09/05/2025, 10:06 AMRobert Jaros
09/05/2025, 11:33 AMbuild/processedResources/js/main
instead?Robert Jaros
09/05/2025, 11:57 AMRobert Jaros
09/05/2025, 12:18 PMpublicDir
at all. Setting it to "" doesn't serve random files from my hard drive and still works.CLOVIS
09/05/2025, 12:22 PMI think this path is pointing one level over the root project directory. It's definitely wrong.It should be pointing to the project root, because that's where the sources are (I need to figure out a better way to get them to worlk)
Robert Jaros
09/05/2025, 12:25 PMCLOVIS
09/05/2025, 1:28 PMCLOVIS
09/05/2025, 1:28 PMRobert Jaros
09/05/2025, 1:48 PM/..
too much.CLOVIS
09/05/2025, 2:09 PMRobert Jaros
09/05/2025, 2:19 PMbuild/vite/dev/kotlin
. When changing the code to publicDir.convention("../../../..")
I can open http://localhost:3000/src/webMain/kotlin/website/main.ktCLOVIS
09/05/2025, 2:56 PM