This commit is contained in:
+26
-21
@@ -1,27 +1,32 @@
|
||||
const pkg = require('./package')
|
||||
|
||||
module.exports = {
|
||||
apiPath: 'stubs/api',
|
||||
webpackConfig: {
|
||||
output: {
|
||||
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
|
||||
}
|
||||
apiPath: 'stubs/api',
|
||||
webpackConfig: {
|
||||
output: {
|
||||
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`,
|
||||
},
|
||||
navigations: {
|
||||
'journal.main': '/journal.pl'
|
||||
},
|
||||
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',
|
||||
},
|
||||
'group.by.date': {
|
||||
on: true,
|
||||
value: '',
|
||||
key: 'group.by.date',
|
||||
},
|
||||
},
|
||||
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"
|
||||
}
|
||||
},
|
||||
config: {
|
||||
'journal.back.url': '/api',
|
||||
'journal.polling-interval': '10000',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user