bridge/website/vue.config.js
2021-01-22 17:47:26 +01:00

19 lines
516 B
JavaScript

module.exports = {
transpileDependencies: [
'vuetify',
],
pages: {
'authenticate-prompt': {
entry: 'src/pages/authenticate-prompt/main.ts',
template: 'public/index.html',
filename: 'authenticate-prompt.html',
title: 'Autoryzuj aplikację | Wulkanowy Bridge',
},
'prompt-error': {
entry: 'src/pages/prompt-error/main.ts',
template: 'public/index.html',
filename: 'prompt-error.html',
title: 'Błąd autoryzacji | Wulkanowy Bridge',
},
},
};