mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 12:42:55 +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();
|
start_runtime_api();
|
||||||
|
|
||||||
if is_dev() {
|
if is_dev() {
|
||||||
|
#[cfg(debug_assertions)]
|
||||||
create_startup_env_file();
|
create_startup_env_file();
|
||||||
} else {
|
} else {
|
||||||
start_dotnet_server();
|
start_dotnet_server();
|
||||||
|
Loading…
Reference in New Issue
Block a user