feat(config): show McFly name in build success
This commit is contained in:
parent
798e25753f
commit
e924240c8f
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
*/
|
||||
export default function () {
|
||||
return {
|
||||
framework: {
|
||||
name: 'McFly'
|
||||
},
|
||||
devServer: {
|
||||
watch: ["./src/pages", "./src/components"],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue