3
0
corteza/client/web/discovery/vue.config.js
2022-11-14 09:26:45 +01:00

10 lines
256 B
JavaScript

const buildVueConfig = require('./vue.config-builder')
module.exports = buildVueConfig({
appFlavour: 'Discovery',
appName: 'discovery',
appLabel: 'Corteza Discovery Discovery',
theme: 'corteza-base',
packageAlias: 'corteza-webapp-discovery',
})