Look in ___vc

This commit is contained in:
Sam Carlton 2021-09-18 15:04:26 -05:00
parent 5754fd7d37
commit 7068263c13

View file

@ -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 = {}