mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:49:05 +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