initial-commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
const pkg = require("./package");
|
||||
|
||||
module.exports = {
|
||||
apiPath: "stubs/api",
|
||||
webpackConfig: {
|
||||
output: {
|
||||
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`,
|
||||
},
|
||||
},
|
||||
navigations: {
|
||||
"hello.main": "/",
|
||||
},
|
||||
features: {
|
||||
hello: {
|
||||
enableRedirectNowButton: {
|
||||
value: "true",
|
||||
},
|
||||
},
|
||||
},
|
||||
config: {
|
||||
"hello.redirectTarget": "https://example.com",
|
||||
"hello.redirectDelayMs": "5000",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user