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
Same issue. After updating to 3.0.0 and running:
nx run app:start
I get an error:
qwikRouter plugin "routesDir" not found: Error: ENOENT: no such file or directory, stat '/Users/user/Desktop/workspace/src/routes'
Seems like it is running in wrong folder?
If I navigate to the app folder before running the app, it works normally.
Current Behavior
when I execute
npx nx server myapp
from the root folder I get an error.when I execute it from the app folder it works.
My workspace looks like this:
It looks like the

QwikVitePluginOptionsStub
contains wrong paths, when executed in the root folder.Expected Behavior
Execution of
npx nx server myapp
from the root folder should workGitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: