feat: handle for cuddle_file
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-05 22:45:25 +02:00
parent 99bc420f71
commit 924bcf8c8c
6 changed files with 173 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
use std::{path::PathBuf, sync::Arc};
use async_trait::async_trait;
use dagger_sdk::{Container};
use dagger_sdk::Container;
use crate::{dagger_middleware::DaggerMiddleware, leptos_service::LeptosService};