New DEV changes committed, introduction of planner, added badges akin to what's on the Wiki.

This commit is contained in:
2026-01-22 00:36:47 +00:00
committed by sonderau
parent 73dde99924
commit d7d89f8d2c
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,