Revert "build: Export correct build info"

This reverts commit ef4f0f80b9.
This commit is contained in:
Elian Doran 2024-07-22 21:43:55 +03:00
parent 7fb4a66127
commit e74eff75db

View file

@ -16,7 +16,7 @@ function getGitRevision() {
}
const output = `\
export default {
export = {
buildDate: "${getBuildDate()}",
buildRevision: "${getGitRevision()}"
};