mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-27 11:52:47 +00:00
adding initial structure with pipelines to build and vite config
This commit is contained in:
6
vite.config.js
Normal file
6
vite.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
root: 'src',
|
||||
build: {
|
||||
outDir: '../dist'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user