quick test of gitea runner config.
Some checks are pending
Build / build (push) Waiting to run
Node.js CI / build (push) Waiting to run

This commit is contained in:
Michael Mainguy 2025-12-29 20:33:04 -06:00
parent 1e174e81d3
commit 122c0d2ab0

View File

@ -8,6 +8,7 @@ async function start() {
logger.setLevel("DEBUG", false);
const WebSocketServer = websocket.server;
//const http = require('http');
//Note, just checking build.
//const sha512 = require('hash-wasm').sha512;
const connections = new Map();
const server = http.createServer(function (request, response) {