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 () { export default function () {
return { return {
framework: {
name: 'McFly'
},
devServer: { devServer: {
watch: ["./src/pages", "./src/components"], watch: ["./src/pages", "./src/components"],
}, },