varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.53k stars 68 forks source link

dist folder not exists #534

Closed Deorigami closed 4 months ago

Deorigami commented 4 months ago

Hi there, I try to add kobweb for my Multiplatform project for my front end web. After following the step on Readme i got this error when running kobweb run

Caused by: org.gradle.api.GradleException: e: Your .kobweb/conf.yaml dev script ("build/dist/js/developmentExecutable/front_end.js") could not be found. This will cause the page to fail to load with a 500 error. Perhaps search your build/ directory for "front_end.js" to find the right path.

if i run fresh project the dist folder is exists, but if i run from my multiplatform project, it doesnt exists