guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

chomp --serve without chompfile #158

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Running chomp --serve when no chompfile is present is supposed to work for running a server from any location.

Currently I'm getting a panic:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/main.rs:207:93