rick-and-morty/ijl.config.js

23 lines
494 B
JavaScript
Raw Normal View History

2024-04-06 14:16:57 +03:00
const pkg = require('./package')
module.exports = {
apiPath: 'stubs/api',
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
}
},
/* use https://kc.admin.inno-js.ru/ to create config, navigations and features */
navigations: {
'r-and-m.main': '/r-and-m'
},
features: {
'r-and-m': {
// add your features here in the format [featureName]: { value: string }
},
},
config: {
key: 'value'
}
}