init brojs
All checks were successful
platform/bro-js/challenge-pl/pipeline/head This commit looks good
All checks were successful
platform/bro-js/challenge-pl/pipeline/head This commit looks good
This commit is contained in:
23
bro.config.js
Normal file
23
bro.config.js
Normal file
@@ -0,0 +1,23 @@
|
||||
const pkg = require('./package')
|
||||
|
||||
module.exports = {
|
||||
apiPath: 'stubs/api',
|
||||
webpackConfig: {
|
||||
output: {
|
||||
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
|
||||
}
|
||||
},
|
||||
/* use https://admin.bro-js.ru/ to create config, navigations and features */
|
||||
navigations: {
|
||||
'challenge-pl.main': '/challenge-pl',
|
||||
'link.challenge-pl.auth': '/auth'
|
||||
},
|
||||
features: {
|
||||
'challenge-pl': {
|
||||
// add your features here in the format [featureName]: { value: string }
|
||||
},
|
||||
},
|
||||
config: {
|
||||
'challenge-pl.api': '/api'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user