Skip to content

Commit

Permalink
Additional logging for dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-xr committed Jun 13, 2024
1 parent 7d42b03 commit 611b666
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/src/util/wasm_dev_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ const JS_FILE_2: &[u8] =
impl WasmDevServer {
pub async fn start(working_directory: &str) -> Result<(), io::Error> {
let wd = working_directory.to_owned();
// Match any request and return hello world!
// let routes = warp::any().map(|| "Hello, World!");

println!("Starting dev server");
println!("Starting dev server in: {}", wd);

fn create_route(
path: &'static str,
Expand Down

0 comments on commit 611b666

Please sign in to comment.