This commit is contained in:
Jonathan Chevalier
2022-10-25 17:18:45 +02:00
parent 054b798e90
commit e0f64b3d22
5 changed files with 42 additions and 37 deletions

View File

@@ -18,6 +18,7 @@ export default defineConfig({
},
build : {
outDir : 'out',
assetsDir : 'dist/app-mmcm'
assetsDir : 'dist/app-mmcm',
manifest: true,
}
})