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
i think the description together with the link to the code that causes this is more then clear for anyone to understand.
Describe the bug
.nitro forced as buildDir for tasks cli
details
Like the title says currently when you want to run a task through the cli like the docs show you will run into the issue that it forces .nitro to be your build directory.
Environment
nitro: 2.9.6
node: v20
Reproduction
i think the description together with the link to the code that causes this is more then clear for anyone to understand.
Describe the bug
.nitro forced as buildDir for tasks cli
details
Like the title says currently when you want to run a task through the cli like the docs show you will run into the issue that it forces .nitro to be your build directory.
This is caused by this line
This causes the issue that if you have a custom build directory or if you use nuxt that the task cli won't work.
proposal
utilize the
nitro.options.buildDir
as the default buildDir for the task cli.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: