mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 = [
|
const directoriestoCheck = [
|
||||||
'./',
|
'./',
|
||||||
'./.next',
|
'./___vc',
|
||||||
'./.next/server',
|
// './.next',
|
||||||
'./.next/server/chunks',
|
// './.next/server',
|
||||||
'./.next/server/chunks/static'
|
// './.next/server/chunks',
|
||||||
|
// './.next/server/chunks/static'
|
||||||
]
|
]
|
||||||
|
|
||||||
const directoriesLookedIn = {}
|
const directoriesLookedIn = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue