Log VERCEL_URL

This commit is contained in:
Sam Carlton 2022-10-15 13:50:59 -05:00
parent b555e7411d
commit 3e87153fc2

View file

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