Clean up port listening implementation; more commenting.

This commit is contained in:
00Fjongl 2024-08-07 21:10:07 -05:00
parent 5b7e418007
commit a140c73537
4 changed files with 31 additions and 11 deletions

View file

@ -1,3 +1,6 @@
// This file is solely used for the automatically run GitHub job, which checks to
// see if all HU LTS code is working properly (at least on an Ubuntu machine).
const axios = require("axios");
const puppeteer = require("puppeteer");