Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 26efa92

Browse files
committed
build: Fix export =
1 parent 3dbf8fb commit 26efa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update-build-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getGitRevision() {
1616
}
1717

1818
const output = `\
19-
export = {
19+
export default {
2020
buildDate: "${getBuildDate()}",
2121
buildRevision: "${getGitRevision()}"
2222
};

0 commit comments

Comments
 (0)