fix(jenkins): get env
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-05-09 11:42:48 +02:00
parent d43f7c0653
commit 642ad91f26
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ module.exports = configure(function (/* ctx */) {
target: {
browser: ['es2022', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
node: 'node18',
env: import.meta.env,
},
vueRouterMode: 'hash', // available values: 'hash', 'history'