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