refactor config filename and convert to yaml

This commit is contained in:
William Welling
2021-12-08 09:38:52 -06:00
parent bc999d0b5f
commit 10622008c4
16 changed files with 330 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ module.exports = Object.assign({}, commonExports, {
},
devServer: {
before(app, server) {
buildAppConfig(join(process.cwd(), 'src/assets/appConfig.json'));
buildAppConfig(join(process.cwd(), 'src/assets/config.json'));
}
}
});