bubbles: added

This commit is contained in:
Sheldan
2025-08-08 22:01:36 +02:00
parent eb7e98b384
commit 0de74e11a3
10 changed files with 1094 additions and 0 deletions

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

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