start 2.6

This commit is contained in:
counterweight 2025-05-24 23:43:23 +02:00
parent c699628d8d
commit bf5fc1431d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
10 changed files with 147 additions and 0 deletions

View file

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