mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
appd_ws_port() -> u16: - Checks WEFT_APPD_WS_PORT env var first. - Falls back to reading XDG_RUNTIME_DIR/weft/appd.wsport. - Falls back to hardcoded default 7410. run() now calls appd_ws_port() and passes the result to embed_servo. embed_servo signature updated to accept ws_port: u16. When the Servo embedder is implemented, it injects the port as window.WEFT_APPD_WS_PORT before loading the system UI HTML. |
||
|---|---|---|
| .. | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||