hypershelf/bro.config.js
2025-11-24 14:28:13 +03:00

25 lines
481 B
JavaScript

const pkg = require("./package");
module.exports = {
apiPath: "stubs/api",
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`,
},
},
navigations: {
"hypershelf.main": "/",
},
features: {
hypershelf: {
enableRedirectNowButton: {
value: "false",
},
},
},
config: {
"hypershelf.redirectTarget": "https://example.com",
"hypershelf.redirectDelayMs": "5000",
},
};