exposes to local network

This commit is contained in:
pb-coding 2023-09-23 15:30:41 +02:00
parent f4280eb610
commit b819483063

View file

@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
server: {
host: true,
},
});