You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do i get the extraNodeModules and blockList? i have tried providing current working dir with getMetroTools( {cwd: ${[path.resolve(__dirname, "../..")][0]}}) to try to point to root dir instead, but im not sure this is correct way to do it.
Any assistance would be appreciated, thanks.
The text was updated successfully, but these errors were encountered:
const monorepoMetroTools = getMetroTools();
When logging monorepoMetroTools, i get this:
extraNodeModules: {}, blockList: [], watchFolders: [ '/Users/oskar/Desktop/projects/app-helsingborg-guide/node_modules', '/Users/oskar/Desktop/projects/app-helsingborg-guide/cities/Helsingborg', '/Users/oskar/Desktop/projects/app-helsingborg-guide/cities/Lund', '/Users/oskar/Desktop/projects/app-helsingborg-guide/guide-app' ]
how do i get the extraNodeModules and blockList? i have tried providing current working dir with
getMetroTools( {cwd:
${[path.resolve(__dirname, "../..")][0]}})
to try to point to root dir instead, but im not sure this is correct way to do it.Any assistance would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: