mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
build: Fix export =
This commit is contained in:
parent
3dbf8fb1c1
commit
26efa9299e
@ -16,7 +16,7 @@ function getGitRevision() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const output = `\
|
const output = `\
|
||||||
export = {
|
export default {
|
||||||
buildDate: "${getBuildDate()}",
|
buildDate: "${getBuildDate()}",
|
||||||
buildRevision: "${getGitRevision()}"
|
buildRevision: "${getGitRevision()}"
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user