Skip to content

Commit

Permalink
fix: don't treat output: "standalone" as custom server (#38831)
Browse files Browse the repository at this point in the history
Fixes #38742

## 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 `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
  • Loading branch information
balazsorban44 committed Jul 20, 2022
1 parent 4e6b4ef commit 672bdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/build/utils.ts
Expand Up @@ -1230,6 +1230,7 @@ server.listen(currentPort, (err) => {
port: currentPort,
dir: path.join(__dirname),
dev: false,
customServer: false,
conf: ${JSON.stringify({
...serverConfig,
distDir: `./${path.relative(dir, distDir)}`,
Expand Down

0 comments on commit 672bdae

Please sign in to comment.