From e74eff75db36bdbec766a6705cae3c306c19bd63 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 22 Jul 2024 21:43:55 +0300 Subject: [PATCH] Revert "build: Export correct build info" This reverts commit ef4f0f80b9e490e973453bf27951a975691f2727. --- bin/update-build-info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-build-info.ts b/bin/update-build-info.ts index d1c327b7d..94b56b606 100644 --- a/bin/update-build-info.ts +++ b/bin/update-build-info.ts @@ -16,7 +16,7 @@ function getGitRevision() { } const output = `\ -export default { +export = { buildDate: "${getBuildDate()}", buildRevision: "${getGitRevision()}" };