forked from NationTech/harmony
		
	fix: uncommented example
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