Skip to content

Commit dee1901

Browse files
committed
Allow for conditionally disabling live reload
1 parent c46460c commit dee1901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/scripts/start.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ function runDevServer(port, protocol, index) {
285285
clientLogLevel: 'warning',
286286
overlay: true,
287287
inline: false,
288+
liveReload: process.env['DISABLE_REFRESH'] ? false : true,
288289
});
289290

290291
// Our custom middleware proxies requests to /index.html or a remote API.

0 commit comments

Comments
 (0)