Add global config options. #79463
GameLord2011
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Add a global config that allows you to set things like preferred development port, template project, etc.
Non-Goals
No response
Background
I thought that it would be funny to find a way to host my website's tests on
localhost:666
, and I have a specific setup I like to use for nextjs projects. Plus, it would be really helpful.Proposal
Making a next.congfig.ts in the user directory with global config options.
Beta Was this translation helpful? Give feedback.
All reactions