Initial fork commit

This commit is contained in:
Pierre Lannoy 2023-12-12 19:45:36 +01:00
commit 34d9abec19
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31
25 changed files with 36 additions and 3840 deletions

View file

@ -3,7 +3,7 @@ import http from "http";
import listener from "./src/client.js";
import { isMainProcess } from "./src/util.js";
// development endpoint (use ngrok)
// development endpoint - use ngrok
const server = http.createServer(listener);
if (isMainProcess(import.meta.url)) {
config();