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

Custom Dev Server #7

Merged
merged 1 commit into from
Sep 9, 2023
Merged

Custom Dev Server #7

merged 1 commit into from
Sep 9, 2023

Conversation

vadimavdeev
Copy link
Owner

We've been using esbuild as dev server so far, but it serves audio files with "application/octet-stream" content-type and Chrome does not let you seek the audio then. This PR puts a proxy in front of esbuild server to serve audio files with correct types and forward other requests to esbuild server.

We've been using esbuild as dev server so far, but the problem with that is that it  serves audio files with "application/octet-stream" content-type and Chrome does not let you seek the audio then. This commit puts a proxy in front of esbuild server to server audio files with correct types.

skip-checks:true
@vadimavdeev vadimavdeev merged commit 56d1ba6 into main Sep 9, 2023
1 check passed
@vadimavdeev vadimavdeev deleted the dev-server branch September 9, 2023 17:34
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 this pull request may close these issues.

None yet

1 participant