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",