This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-22 19:30:12 +03:00
commit 580ce0f81d
11 changed files with 7553 additions and 0 deletions
+23
View 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: {
"nav1.main": "/nav1",
"nav1.": ""
},
features: {
"nav1": {
// add your features here in the format [featureName]: { value: string }
},
},
config: {
"nav1.api": "/api",
},
};