fix: edit source to build

This commit is contained in:
drbh 2024-05-28 22:07:36 -04:00
parent b7161c8308
commit 4692347140

View File

@ -84,6 +84,9 @@ struct Args {
#[tokio::main]
async fn main() -> Result<(), RouterError> {
// TODO: remove (just used to force source rebuild)
println!("Starting text-generation-inference router");
// Get args
let args = Args::parse();
// Pattern match configuration