mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Turn off scans
This commit is contained in:
parent
fe9a2bf4ae
commit
4a7c613dca
1 changed files with 3 additions and 1 deletions
|
|
@ -9,10 +9,12 @@ const port = 1337
|
||||||
// Example: doesitarm-cif09horl-samcarltoncreative.vercel.app
|
// Example: doesitarm-cif09horl-samcarltoncreative.vercel.app
|
||||||
const vercelUrl = process.env.VERCEL_URL
|
const vercelUrl = process.env.VERCEL_URL
|
||||||
|
|
||||||
|
const runScans = false
|
||||||
|
|
||||||
;(async () => {
|
;(async () => {
|
||||||
|
|
||||||
// Disable on linux (server environments)
|
// Disable on linux (server environments)
|
||||||
if ( isLinux() ) return
|
if ( runScans && isLinux() ) return
|
||||||
|
|
||||||
// await scanNewAppsAsBrowser()
|
// await scanNewAppsAsBrowser()
|
||||||
// http://localhost:3000/
|
// http://localhost:3000/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue