mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-10 21:09:06 +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>()
|
app.MapRazorComponents<App>()
|
||||||
.AddInteractiveServerRenderMode();
|
.AddInteractiveServerRenderMode();
|
||||||
|
|
||||||
app.Run();
|
var serverTask = app.RunAsync();
|
||||||
|
|
||||||
|
Console.WriteLine("RUST/TAURI SERVER STARTED");
|
||||||
|
await serverTask;
|
Loading…
Reference in New Issue
Block a user