This commit is contained in:
Sam Carlton 2022-10-15 13:37:08 -05:00
parent f8ab305688
commit b555e7411d

View file

@ -8,6 +8,8 @@ const port = 1337
;(async () => {
console.log( 'Scan Process Port:', process.env.PORT )
// Disable on linux (server environments)
if ( isLinux() ) return