Merge version_1 into main #2

Merged
development merged 5 commits from version_1 into main 2026-01-16 13:26:04 +00:00
Showing only changes of commit 38ee1f6049 - Show all commits

View File

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