Fixed Remote Borealis Server Access

This commit is contained in:
Nicole Rappe 2025-05-01 01:36:00 -06:00
parent 6ed75e0791
commit 38f564347b

View File

@ -7,6 +7,7 @@ export default defineConfig({
plugins: [react()],
server: {
open: true,
host: true, // <-- allows LAN access and shows LAN IP
proxy: {
'/api': 'http://localhost:5000',
'/socket.io': {