2021-01-18 19:39:16 +01:00
|
|
|
module.exports = {
|
|
|
|
transpileDependencies: [
|
|
|
|
'vuetify',
|
|
|
|
],
|
|
|
|
pages: {
|
|
|
|
'authenticate-prompt': {
|
|
|
|
entry: 'src/pages/authenticate-prompt/main.ts',
|
|
|
|
template: 'public/index.html',
|
|
|
|
filename: 'authenticate-prompt.html',
|
2021-01-22 17:47:26 +01:00
|
|
|
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',
|
2021-01-18 19:39:16 +01:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|