You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce `useHotModuleReload` option in the LiveSyncData, so we will not have to use `$options` in order to determine if `hmr` is passed.
This way the logic will work in Sidekick as well.
Delete --liveEdit option as it is no longer used.
* Defines if all project files should be watched for changes. In case it is not passed, only `app` dir of the project will be watched for changes.
148
148
* In case it is set to true, the package.json of the project and node_modules directory will also be watched, so any change there will be transferred to device(s).
149
149
*/
150
150
watchAllFiles?: boolean;
151
151
152
-
/**
153
-
* Defines if the liveEdit functionality should be used, i.e. LiveSync of .js files without restart.
0 commit comments