ijl to brojs
This commit is contained in:
@@ -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: {
|
||||
"enterfront.main": "/enterfront",
|
||||
},
|
||||
features: {
|
||||
"enterfront": {
|
||||
// add your features here in the format [featureName]: { value: string }
|
||||
},
|
||||
},
|
||||
config: {
|
||||
"enterfront.api": "/api",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user