mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 05:28:29 -06:00
Fixed Remote Borealis Server Access
This commit is contained in:
@ -7,6 +7,7 @@ export default defineConfig({
|
|||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
server: {
|
||||||
open: true,
|
open: true,
|
||||||
|
host: true, // <-- allows LAN access and shows LAN IP
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': 'http://localhost:5000',
|
'/api': 'http://localhost:5000',
|
||||||
'/socket.io': {
|
'/socket.io': {
|
||||||
|
Reference in New Issue
Block a user