Environment
node 20.10.0
npm 10.2.3
Reproduction
- clone this repo and install dependencies
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 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
Environment
node 20.10.0
npm 10.2.3
Reproduction
npm run devDescribe 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./presetat all.Additional context
No response
Logs
No response