init undefined app

This commit is contained in:
2022-02-17 22:18:16 +03:00
parent ed026f1636
commit aeee003538
8 changed files with 6846 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
const pkg = require('./package')
module.exports = {
apiPath: 'stubs/api',
webpackConfig: {
output: {
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
}
},
navigations: {
'undefined.main': '/undefined'
},
features: {
'undefined': {
// add your features here in the format [featureName]: { value: string }
},
},
config: {
key: 'value'
}
}