Updates
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
function githubWebhook() {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user