Revert "build: Export correct build info"

This reverts commit ef4f0f80b9.
pull/243/head
Elian Doran 2024-07-22 21:43:55 +07:00
parent 7fb4a66127
commit e74eff75db
1 changed files with 1 additions and 1 deletions

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