Allow customization of dev server headers #233
Labels
A-Run
Related to the bevy run command
A-Web
Building or running Bevy apps targeting the browser
C-Feature
Make something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-for-Implementation
This issue is ready for an implementation PR. Go for it!
Allow the user to customize the headers sent by the local dev server in
bevy run web
.For some features (e.g. #226), specific CORS headers or other headers might be necessary, so we should add a simple way to set them up.
It should be possible to specify multiple headers by repeating the
--header
argument.The text was updated successfully, but these errors were encountered: