-
Notifications
You must be signed in to change notification settings - Fork 68
feat: add watch mode #162
feat: add watch mode #162
Conversation
| 50 | ||
| ); | ||
|
|
||
| program |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use an option (e.g. --watch) instead of a command, but with a command we can add specific watch configuration (e.g. watch --path a --path b)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is neat, finally got around to sharing some thoughts!
|
how does this PR fit in? do you have thoughts on it? #126 (comment) i was deferring to finn but finn's been pretty busy |
I'll comment on the PR. Running the Next.js dev only gives you the sense it's working - but you're not really simulating the functions/redirects Next on Netlify generates (see my comment https://github.com/netlify/next-on-netlify/pull/162/files#r568023419) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!!!
Fixes #96
Opening as draft as I have some questions/clarifications, I'll add those as comments on the PR.