mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-25 22:16:29 +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'
|
|
}
|
|
} |