mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-23 20:30:13 +00:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
module.exports = {
|
|
root: 'src',
|
|
build: {
|
|
outDir: '../dist'
|
|
}
|
|
} |