Hi, Is there someone that face to hot reload probl...
# kvision
m
Hi, Is there someone that face to hot reload problem with the project template-fullstack-ktor ? On my side, modification of front end code does not seems to be took into account by my browser, I need to relaunch
./gradlew frontendRun
to see my changes. Perhaps I missed some part of the documentation.
r
Haven't you forgotten the
-t
option ?
m
Indeed, it was my fault, I added '-t' option only on
compileKotlinBackend
and not on
frontendRun
, sorry for the noise.