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

24 lines
559 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.socket.url": "ws://localhost",
"journal.socket.path": "/socket.io/",
"journal.back.url": "/api",
}
}