This commit is contained in:
counterweight 2025-05-19 00:17:01 +02:00
parent af60797cb7
commit c7c214671a
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
13 changed files with 2847 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()],
})