Добавлена конфигурация Vite

This commit is contained in:
2026-08-02 22:47:17 +03:00
parent 67bd13d145
commit 99e712826b
+4
View File
@@ -0,0 +1,4 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({ plugins: [react()] });