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
You'd expect "Using Custom Preset!" to be logged in the terminal (because of this line), but it's not. Similarly, on visiting a url, you'd expect Listening on http://localhost:3000 (custom preset)to be logged (because of this line) but it's not. It appears that nitro is not picking up the configuration defined under ./preset at all.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
node 20.10.0
npm 10.2.3
Reproduction
npm run dev
Describe the bug
You'd expect
"Using Custom Preset!"
to be logged in the terminal (because of this line), but it's not. Similarly, on visiting a url, you'd expectListening on http://localhost:3000 (custom preset)
to be logged (because of this line) but it's not. It appears that nitro is not picking up the configuration defined under./preset
at all.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: