This commit is contained in:
Jonathan Chevalier
2022-09-23 17:11:51 +02:00
parent a4e905e840
commit ed03b76aaf
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ lerna-debug.log*
node_modules
dist
out
dist-ssr
*.local

View File

@@ -11,5 +11,9 @@ export default defineConfig({
changeOrigin: true,
}
}
},
build : {
outDir : 'out',
assetsDir : 'dist/app-mmcm'
}
})