/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/git-commit-hash/server/main.js
6 строк
199 B
Ben Newman
Address review feedback from @glasser.
04 фев 2019, 22:22
Не верифицирован
04 фев 2019, 22:22
a962419
Код
Авторство
О чём код?
import { Meteor } from "meteor/meteor"; Meteor.startup(() => { const { gitCommitHash } = __meteor_runtime_config__; console.log("__meteor_runtime_config__.gitCommitHash: " + gitCommitHash); });