- add manifest.json file

This commit is contained in:
Kamil Niemczycki 2023-08-02 12:25:09 +02:00
parent 40432da0f2
commit a67389ff29
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -22,5 +22,8 @@ export default defineConfig((mode) => {
'@': fileURLToPath(new URL('./src', import.meta.url)) '@': fileURLToPath(new URL('./src', import.meta.url))
}, },
}, },
build: {
manifest: true,
},
}; };
}); });