Skip to content

Commit

Permalink
push master
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Sep 26, 2022
1 parent 4f44d96 commit f674815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/designer/src/server/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ pub async fn start<IO: ProjectIO + 'static>(
};

let addr = ([127, 0, 0, 1], port).into();


println!("🎨 Starting design server on port {}", port);

println!("🎨 Starting design server on port {}!!!", port);

let designer = DesignerService::new(options.config_context.clone(), options.project_io.clone());
let designer_server = DesignerServer::new(designer);
Expand Down

0 comments on commit f674815

Please sign in to comment.