mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
refactor config filename and convert to yaml
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user