Merge version_1 into main #2

Merged
development merged 2 commits from version_1 into main 2026-01-16 13:40:10 +00:00
Showing only changes of commit 9cd03ce6f7 - Show all commits

View File

@@ -2,5 +2,5 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()]
plugins: [react()],
})