Merge version_1 into main #1

Merged
development merged 13 commits from version_1 into main 2026-01-16 13:11:21 +00:00
Showing only changes of commit dc994fe244 - Show all commits

7
vite.config.ts Normal file
View File

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