I am trying to automatically re-run my server when...
# javascript
a
I am trying to automatically re-run my server when some changes to the kt files happen. I run it using
./gradlew jsNodeDevelopmentRun --continuous
but nothing happens when i save the
main()
kt file. I also dont see the "watching for file changes" as I see in the docs. Is there something else I need to do other than passing --continuous?
not sure if related, but i can't get the debugger to work either
Disabled K2 and debugger works. --continuous not yet
a
I believe it's related to this issue: https://youtrack.jetbrains.com/issue/KTIJ-32743/
a
@Artem Kobzar any idea why --continuous might not work even with K2 disabled?
a
Hmm, I'm not sure. @Ilya Goncharov [JB], do you have any thoughts on it?