1
0
Fork 1
websitedesign2024/vite.config.js

6 lines
83 B
JavaScript

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