First release

This commit is contained in:
Roni Laukkarinen
2026-02-01 16:17:41 +02:00
commit f3a297dd9a
10 changed files with 3329 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})