mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 00:41:57 -06:00
Fixed Remote Borealis Server Access
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user