feat(config): show McFly name in build success

This commit is contained in:
Ayo 2024-03-09 21:34:29 +01:00
parent 798e25753f
commit e924240c8f

View file

@ -8,6 +8,9 @@
*/
export default function () {
return {
framework: {
name: 'McFly'
},
devServer: {
watch: ["./src/pages", "./src/components"],
},