laconic-console/version.ejs

9 lines
237 B
Plaintext
Raw Permalink Normal View History

{
"build": {
"name": "<%= package.name %>",
<%# TODO: figure out how to get this back (failed in update to Node 18/Webpack5) %>
"buildDate": "currentTime.toISOString()",
"version": "<%= package.version %>"
}
}