Attempt to fix server side for react handling

This commit is contained in:
Christbru 2025-10-19 07:33:47 -05:00
commit d4c4fb2fe7
3 changed files with 20 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import react from "@vitejs/plugin-react-swc";
import jsconfigPaths from "vite-jsconfig-paths";
import tailwindcss from "@tailwindcss/vite";