diff --git a/vite.config.ts b/vite.config.ts index 2328e17..a3d81d8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,7 +1,18 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react-swc' -// https://vite.dev/config/ +// https://vitejs.dev/config/ export default defineConfig({ + base: "/", plugins: [react()], -}) + preview: { + port: 8083, + strictPort: true, + }, + server: { + port: 8083, + strictPort: true, + host: true, + //origin: "http://0.0.0.0:8083", + }, +}) \ No newline at end of file