halo/vue.config.js

6 lines
58 B
JavaScript
Raw Normal View History

2019-03-19 02:34:57 +00:00
module.exports = {
pwa: {
name: "Halo Admin"
}
};