mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-13 03:26:28 +00:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
module.exports = {
|
|
root: 'src',
|
|
build: {
|
|
base: 'https://sheldan.github.io/orbits/',
|
|
outDir: '../dist'
|
|
}
|
|
} |