mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 09:22:57 +00:00
Improved dev experience & allow native .NET debugging (#461)
This commit is contained in:
parent
4ca1fd54d9
commit
03e196b66f
@ -49,6 +49,7 @@ async fn main() {
|
||||
start_runtime_api();
|
||||
|
||||
if is_dev() {
|
||||
#[cfg(debug_assertions)]
|
||||
create_startup_env_file();
|
||||
} else {
|
||||
start_dotnet_server();
|
||||
|
Loading…
Reference in New Issue
Block a user