New DEV changes committed, introduction of planner, added badges akin to what's on the Wiki.
Some checks failed
Build & Deploy OS League Tools / build-and-deploy (push) Failing after 34s

This commit is contained in:
2026-01-22 00:36:47 +00:00
parent 15f054d291
commit 7a32d0e874
23 changed files with 1366 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ module.exports = function (proxy, allowedHost) {
// Enable custom sockjs pathname for websocket connection to hot reloading server.
// Enable custom sockjs hostname, pathname and port for websocket connection
// to hot reloading server.
protocol: sockProtocol,
protocol: 'wss',
hostname: sockHost,
pathname: sockPath,
port: sockPort,