rsnext/docs/api-reference
Adam Tolley 67a619ea64
Add note about running next without a sub-command (#36560)
This should be made explicitly clear because other code may just call `next` instead of `next dev` (e.g. https://github.com/netlify/framework-info/blob/main/src/frameworks/next.json).

Being in the ninth circle of debug hell right now I could not take it for granted that the two were the same till I saw some kind of confirmation, either from the docs or from the source.  Source is great, but calling it out in the docs would saved me some time.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-04-29 02:57:48 +00:00
..
data-fetching Add docs for x-nextjs-cache header (#36023) 2022-04-08 17:38:50 -04:00
next Always add height and width prop to image with layout="raw" (#36523) 2022-04-27 21:59:05 +00:00
next.config.js Fix introduction.md for next.config.js (#36286) 2022-04-19 20:35:49 +00:00
cli.md Add note about running next without a sub-command (#36560) 2022-04-29 02:57:48 +00:00
create-next-app.md Updated create-next-app docs to include pnpm usage (#35755) 2022-03-30 21:03:21 +00:00
edge-runtime.md web runtime: add AbortController & AbortSignal (#32089) 2021-12-21 17:12:53 +00:00