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