friends pages

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-11-07 19:58:32 +03:00
parent db1fc8e634
commit e1c39aad33
5 changed files with 51 additions and 18 deletions
+11 -5
View File
@@ -6,8 +6,8 @@ module.exports = {
apiPath: 'stubs/api',
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
}
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`,
},
},
/* use https://admin.bro-js.ru/ to create config, navigations and features */
navigations: {
@@ -15,11 +15,17 @@ module.exports = {
'link.nav2.by': '/by/:userId',
},
features: {
'nav2': {
nav2: {
// add your features here in the format [featureName]: { value: string }
stars: {
value: '8',
},
buttons: {
value: 'true',
},
},
},
config: {
'nav2.api': '/api'
}
'nav2.api': '/api',
},
}