mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Look in ___vc
This commit is contained in:
parent
5754fd7d37
commit
7068263c13
1 changed files with 5 additions and 4 deletions
|
|
@ -24,10 +24,11 @@ class Listing {
|
|||
|
||||
const directoriestoCheck = [
|
||||
'./',
|
||||
'./.next',
|
||||
'./.next/server',
|
||||
'./.next/server/chunks',
|
||||
'./.next/server/chunks/static'
|
||||
'./___vc',
|
||||
// './.next',
|
||||
// './.next/server',
|
||||
// './.next/server/chunks',
|
||||
// './.next/server/chunks/static'
|
||||
]
|
||||
|
||||
const directoriesLookedIn = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue