mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
module.exports = {
|
|
publicPath: '/',
|
|
transpileDependencies: [
|
|
'bootstrap-vue',
|
|
],
|
|
pwa: {
|
|
name: 'Serverless Invoices',
|
|
themeColor: '#edeff1',
|
|
appleMobileWebAppCapable: 'yes',
|
|
workboxPluginMode: 'GenerateSW',
|
|
},
|
|
};
|