adding initial structure with pipelines to build and vite config

This commit is contained in:
Sheldan
2024-03-10 19:03:47 +01:00
parent 66ef3d11ac
commit 42a4c1af62
9 changed files with 1908 additions and 0 deletions

6
vite.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
root: 'src',
build: {
outDir: '../dist'
}
}