moving orbits to directory

This commit is contained in:
Sheldan
2024-03-20 21:28:08 +01:00
parent ad8b454ea4
commit c9717fc037
9 changed files with 4 additions and 2 deletions

9
orbits/vite.config.js Normal file
View File

@@ -0,0 +1,9 @@
import { defineConfig } from 'vite'
export default defineConfig({
base: './',
root: 'src',
build: {
outDir: '../../dist/orbits'
}
})