initial commit

This commit is contained in:
grinikita
2024-11-09 19:15:21 +03:00
commit f7f93144e5
10 changed files with 10248 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
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: {
'kfu-24-teacher.main': '/kfu-24-teacher'
},
features: {
'kfu-24-teacher': {
// add your features here in the format [featureName]: { value: string }
}
},
config: {
'kfu-24-teacher.api': '/api'
}
};