Revert "added port"

This reverts commit 54d2380320.
This commit is contained in:
2026-03-27 19:35:22 +01:00
parent 1a0b980b49
commit 144845f32f
3 changed files with 4 additions and 8 deletions
+4 -8
View File
@@ -1,11 +1,7 @@
// vite.config.js
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: '0.0.0.0', // listen on all network interfaces
port: 5173,
},
});
})