- add manifest.json file

This commit is contained in:
2023-08-02 12:25:09 +02:00
parent 40432da0f2
commit a67389ff29

View File

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