first commit

This commit is contained in:
Ilias Dzhabbarov
2024-09-07 11:27:38 +03:00
commit 76bbdbfb61
11 changed files with 7941 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
const pkg = require('./package')
module.exports = {
apiPath: 'stubs/api',
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
}
},
navigations: {
'undefined.main': '/undefined',
'link.undefined.auth': '/auth'
},
features: {
'undefined': {
// add your features here in the format [featureName]: { value: string }
},
},
config: {
'undefined.api': '/api',
}
}