adding recBubbles

adding common module
This commit is contained in:
Sheldan
2024-04-01 11:58:59 +02:00
parent 5e995525c2
commit 24d1ba2b3c
9 changed files with 1604 additions and 0 deletions

View File

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