journal.pl/ijl.config.js
2024-02-29 09:18:13 +03:00

22 lines
473 B
JavaScript

const pkg = require('./package')
module.exports = {
apiPath: 'stubs/api',
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
}
},
navigations: {
'journal.main': '/journal'
},
features: {
'journal': {
// add your features here in the format [featureName]: { value: string }
},
},
config: {
"journal.back.url": "/api",
}
}