-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
vite: typesafe server build #8844
base: dev
Are you sure you want to change the base?
Conversation
|
1ca842d
to
a7d62c4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
9b395f9
to
4106883
Compare
I think `vite-basename-test` tests that are failing are sharing resources that should be isolated. Right now we're relying on side-effects for setting `port` and `cwd` between tests which I think is the root cause of the error especially since the only test for `express build` that passes is the one that _doesn't_ share resources with other tests. Haven't looked into other failures, but my guess is its the same thing. Probably would be fixed if we use our new Vite test fixtures.
Subscribing. Relevant for what I am doing. Thank you! |
Fixes #8343