Update lock, add git-describe w/ GIT_HASH variable

This commit is contained in:
Xevion
2022-05-20 12:53:18 -05:00
parent df77352916
commit f0e97193c9
3 changed files with 7072 additions and 7216 deletions
+3
View File
@@ -1,3 +1,6 @@
const {gitDescribeSync} = require('git-describe');
process.env.VUE_APP_GIT_HASH = gitDescribeSync().hash
module.exports = {
outputDir: "./build",
css: {