lcscoffee-website/vite.config.js

6 lines
83 B
JavaScript

module.exports = {
root: 'src',
build: {
outDir: '../build'
}
}