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

kit.vite.server.port in svelte.config.js is not used by svelte-kit dev #5296

Closed
kuechlerm opened this issue Jun 28, 2022 · 0 comments · Fixed by #5303
Closed

kit.vite.server.port in svelte.config.js is not used by svelte-kit dev #5296

kuechlerm opened this issue Jun 28, 2022 · 0 comments · Fixed by #5303

Comments

@kuechlerm
Copy link

Describe the bug

  • starts with default port 3000
  • no error message
  • broken since SvelteKit v1.0.0-next.353 / rollback to 352 works

Reproduction

svelte.config.js

[...]
vite : { server: { port: 5001, }, }
[...]

Logs

No response

System Info

- Windows 10
- Node.js v16.14.0
- pnpm 7.3.0
- SvelteKit v1.0.0-next.353

Severity

blocking an upgrade

Additional Information

No response

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

Successfully merging a pull request may close this issue.

1 participant