journal.pl/ijl.config.js
primakov cf843f887d
All checks were successful
platform/bro/pipeline/pr-master This commit looks good
platform/bro/pipeline/head This commit looks good
Бар Посещаемость лекций студентами
2024-04-09 16:01:15 +03:00

28 lines
643 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.pl'
},
features: {
'journal': {
// add your features here in the format [featureName]: { value: string }
"lesson.bar": {
"on": true,
"value": "",
"key": "lesson.bar"
}
},
},
config: {
"journal.back.url": "/api",
"journal.polling-interval": "10000"
}
}