This commit is contained in:
2026-03-25 12:53:45 +03:30
parent 44323d9a0e
commit 2b7a461207
2 changed files with 4 additions and 11 deletions

View File

@@ -4,5 +4,8 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host:true,
port:5173
}
})