Odstranit z1/frontend/vite.config.js

This commit is contained in:
Tetiana Mohorian 2025-03-18 20:33:55 +00:00
parent 19a8d70da8
commit 7a4a9db0f6

View File

@ -1,11 +0,0 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 5174, // Задаем порт явно
host: "0.0.0.0" // Делаем сервер доступным для Docker
}
})