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: "true", }, }, }, config: { "hypershelf.redirectTarget": "https://example.com", "hypershelf.redirectDelayMs": "5000", }, };