// Feature flag for the on-device move preview (the local eval). Default on; append // `?nolocal` to the URL to force the network preview instead, for a side-by-side // check on the test contour. The network preview is always the fallback, so // disabling the flag only removes the acceleration, never the feature. export const LOCAL_EVAL_ENABLED = typeof location === 'undefined' || !new URLSearchParams(location.search).has('nolocal');