Skip to content

Conversation

@farfromrefug
Copy link

Right now we use __dirname to find parent root project. But this wont work in a link situation where __dirname will point to the real folder of the plugin. Now we use process.cwd() which will work in whatever folder we are inside the project (which is what we want). plus it will be much faster as most of the time process.cwd() will already be the app root folder

Right now we use __dirname to find parent root project.
But this wont work in a link situation where __dirname will point to the real folder of the plugin.
Now we use `process.cwd()` which will work in whatever folder we are inside the project (which is what we want).
plus it will be much faster as most of the time `process.cwd()` will already be the app root folder
@cla-bot cla-bot bot added the cla: yes label Dec 1, 2023
@NathanWalker
Copy link
Contributor

obsolete via 96380ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants