Skip to content

Commit

Permalink
core: frontend: vue.config: Sort includes
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and Williangalvani committed Apr 21, 2023
1 parent 18f3e24 commit 3a12f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
const { PRIMARY } = require('./src/assets/colors/default')
const { name } = require('./package.json')
const { PRIMARY } = require('./src/assets/colors/default')

process.env.PROJECT_NAME = name
process.env.VUE_APP_BUILD_DATE = new Date().toLocaleString()
Expand Down

0 comments on commit 3a12f83

Please sign in to comment.