This commit is contained in:
Robin Appelman 2024-01-03 21:50:41 +01:00
commit 78abe9bb27
6 changed files with 48 additions and 18 deletions

View file

@ -44,7 +44,7 @@ fn default_port() -> u16 {
}
#[derive(Debug, Error)]
enum ServerError {
pub enum ServerError {
#[error(transparent)]
Convert(#[from] vbsp_to_gltf::Error),
#[error(transparent)]