Replies: 1 comment 4 replies
-
try dx serve --hotpatch Hotpatching is currently disabled by default until we're confident it's stable. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very interested in trying to integrate
subsecond
into one of my projects, but I'm having issues even cobbling together an example from the snippets available in the0.7.0-alpha.0
notes and thesubsecond
readme. I can get it to compile and run viadx serve
, but it does not appear to hot-load changes.I have the following trivial example:
When executed with
dx serve
, changing the contents of thetick()
function forces a recompile and restart of the entire application.I feel like there's something trivial I missed when trying to create my own example.
If it helps, I'm attempting to run this on Windows 11 using the MSVC toolchain.
Beta Was this translation helpful? Give feedback.
All reactions