quick test of gitea runner config.
Some checks failed
Build / build (push) Has been cancelled
Node.js CI / build (push) Has been cancelled

This commit is contained in:
Michael Mainguy 2025-12-30 06:58:43 -06:00
parent 122c0d2ab0
commit 0916829ba2

View File

@ -8,7 +8,6 @@ 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) {