massive refactoring, Svelte removing

This commit is contained in:
Gregory Bednov 2025-01-18 05:56:20 +03:00
commit ecf4feb870
22 changed files with 1121 additions and 561 deletions

6
vite.config.ts Normal file
View file

@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [],
})