Files
TSCUT/vite.config.js

7 lines
78 B
JavaScript

export default {
root: './',
build: {
outDir: 'dist',
}
}