mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-10-31 21:00:20 +00:00 
			
		
		
		
	Send a message to Tauri on stdout when the server was started
This commit is contained in:
		
							parent
							
								
									a45d162d2a
								
							
						
					
					
						commit
						5ca529be9e
					
				| @ -50,4 +50,7 @@ app.UseAntiforgery(); | ||||
| app.MapRazorComponents<App>() | ||||
|     .AddInteractiveServerRenderMode(); | ||||
| 
 | ||||
| app.Run(); | ||||
| var serverTask = app.RunAsync(); | ||||
| 
 | ||||
| Console.WriteLine("RUST/TAURI SERVER STARTED"); | ||||
| await serverTask; | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user