Hi! Is it possible after 1.99 modular updates to setup environment so that when engine code is edited, the sandcastle hotloads changes right away?
Seems to work actually if you first say “npm install packages\engine” in root folder and then proceed to “npm run start”. So I was able to solve this for now.
1 Like
Yes. You’ll still need to run this out of the root as Apps/Sandcastle/
is not shipped with either of the source code modules. You should be able to do this with just
npm install
npm start