improving structure

This commit is contained in:
gulimabr
2026-01-28 15:40:47 -03:00
parent 08825bf817
commit 1461168af6
6 changed files with 10 additions and 20 deletions

View File

@@ -1,8 +1,10 @@
import { defineConfig } from "vite";
import path from "path";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
envDir: path.resolve(__dirname, ".."),
server: {
host: true,
port: 5173,