1
0

change bind address

This commit is contained in:
Aiden
2026-06-10 12:32:33 +10:00
parent 481ca9fc47
commit d9a5ec9018

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "npm run build && vite --host 127.0.0.1", "dev": "npm run build && vite --host 0.0.0.0",
"build": "tsc", "build": "tsc",
"check": "tsc --noEmit", "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", "test": "npm run build && node --test tests/time.test.mjs tests/projection.test.mjs tests/media-controller.test.mjs tests/texture-manager.test.mjs",