From d9a5ec9018979033e0204756aba339123a316b56 Mon Sep 17 00:00:00 2001 From: Aiden <68633820+awils27@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:32:33 +1000 Subject: [PATCH] change bind address --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3da479..f456561 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "scripts": { - "dev": "npm run build && vite --host 127.0.0.1", + "dev": "npm run build && vite --host 0.0.0.0", "build": "tsc", "check": "tsc --noEmit", "test": "npm run build && node --test tests/time.test.mjs tests/projection.test.mjs tests/media-controller.test.mjs tests/texture-manager.test.mjs",