mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable on linus again
This commit is contained in:
parent
1abbf8ddfe
commit
23cdfef720
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue