Odstranit sk1/frontend/vite.config.js

This commit is contained in:
Tetiana Mohorian 2025-04-29 22:41:18 +00:00
parent 25af0d5f7b
commit 654b697854

View File

@ -1,12 +0,0 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: [
'hate-frontend-production.up.railway.app' // 👈 твой Railway-домен
]
}
})