This commit is contained in:
Benjamin Toby
2025-01-16 06:25:16 +01:00
parent 09e8b1f6d7
commit a3e20f15ef
7 changed files with 7 additions and 15 deletions
-3
View File
@@ -4,9 +4,6 @@ import kill from "kill-port";
let childProcess: ChildProcess | null = null;
const pTitle = "nodecid";
process.title = pTitle;
/**
* ## Kill Child Process Function
* @param {string | number | (string | number)[]} [port]
-3
View File
@@ -5,9 +5,6 @@ let redeployments = 0;
const KILL_SIGNAL: NodeJS.Signals | number = "SIGTERM";
const pTitle = "nodecid";
process.title = pTitle;
/**
* ## Preflight Function
* @param {string} command
-3
View File
@@ -1,3 +0,0 @@
function githubWebhook() {
return true;
}