10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
export default {
|
|
root: './',
|
|
build: {
|
|
outDir: 'dist',
|
|
},
|
|
preview: {
|
|
allowedHosts: true
|
|
}
|
|
}
|