Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get the starter to pick up the configuration #4

Open
threepointone opened this issue Dec 26, 2023 · 1 comment
Open

Can't get the starter to pick up the configuration #4

threepointone opened this issue Dec 26, 2023 · 1 comment

Comments

@threepointone
Copy link

threepointone commented Dec 26, 2023

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

@threepointone
Copy link
Author

My workaround is to do a build before running dev, unclear if that's the actual recommendation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant