Disable on linus again

This commit is contained in:
Sam Carlton 2022-10-21 13:38:31 -05:00
parent 1abbf8ddfe
commit 23cdfef720

View file

@ -12,7 +12,7 @@ const vercelUrl = process.env.VERCEL_URL
;(async () => { ;(async () => {
// Disable on linux (server environments) // Disable on linux (server environments)
// if ( isLinux() ) return if ( isLinux() ) return
// await scanNewAppsAsBrowser() // await scanNewAppsAsBrowser()
// http://localhost:3000/ // http://localhost:3000/