dotLines: initial adding

This commit is contained in:
Sheldan
2025-08-08 23:50:33 +02:00
parent 7337a4c917
commit 8c86e89470
9 changed files with 1140 additions and 0 deletions

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

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