Odstranit z1/frontend/vite.config.js
This commit is contained in:
parent
19a8d70da8
commit
7a4a9db0f6
@ -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
|
|
||||||
}
|
|
||||||
})
|
|
||||||
Loading…
Reference in New Issue
Block a user