initial-commit

This commit is contained in:
2025-11-24 13:02:07 +03:00
commit 079982f94f
9 changed files with 5548 additions and 0 deletions
+24
View File
@@ -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",
},
};