mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
if (!process.env.METEOR_HMR_SECRET) {
|
|
console.log('Restart Meteor to enable hot module replacement.');
|
|
} else {
|
|
__meteor_runtime_config__._hmrSecret = process.env.METEOR_HMR_SECRET;
|
|
}
|