fix: uncommented example
All checks were successful
Run Check Script / check (pull_request) Successful in 1m37s
All checks were successful
Run Check Script / check (pull_request) Successful in 1m37s
This commit is contained in:
parent
df9e21807e
commit
1a6d72dc17
@ -20,18 +20,11 @@ async fn main() {
|
||||
framework: Some(RustWebFramework::Leptos),
|
||||
});
|
||||
|
||||
// let app = ApplicationScore {
|
||||
// features: vec![
|
||||
// Box::new(ContinuousDelivery {
|
||||
// application: application.clone(),
|
||||
// }),
|
||||
// Box::new(Monitoring {}),
|
||||
// // TODO add monitoring, backups, multisite ha, etc
|
||||
// ],
|
||||
// application,
|
||||
// };
|
||||
let app = ApplicationScore {
|
||||
features: vec![
|
||||
Box::new(ContinuousDelivery {
|
||||
application: application.clone(),
|
||||
}),
|
||||
Box::new(Monitoring {}),
|
||||
// TODO add monitoring, backups, multisite ha, etc
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user