Using relfex server through the CLI (reflex s) now breaks component hot loading. The cause is likely the fact that CLI has it's own reflex dependency since it was switched to github tarball dependencies.
When running the server through ./node_modules/reflex/bin/server.js, everything is fine.
Can we make the CLI independent on reflex and just somehow use local node_modules from the cwd?
Using relfex server through the CLI (
reflex s
) now breaks component hot loading. The cause is likely the fact that CLI has it's own reflex dependency since it was switched to github tarball dependencies.When running the server through
./node_modules/reflex/bin/server.js
, everything is fine.Can we make the CLI independent on reflex and just somehow use local
node_modules
from the cwd?/cc @tabazevedo