/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/hot-module-replacement/server.js
7 строк
345 B
zodern
Remove unnecessary comment
18 апр 2022, 17:35
18 апр 2022, 17:35
ea2bb42
Код
Авторство
О чём код?
if (process.env.METEOR_HMR_SECRET) { __meteor_runtime_config__._hmrSecret = process.env.METEOR_HMR_SECRET; } else if (process.env.METEOR_PARENT_PID) { // if METEOR_PARENT_PID isn't set, then the app isn't being run by the meteor // tool and restarting won't enable HRM. console.log('Restart Meteor to enable hot module replacement.'); }