Improved dev experience & allow native .NET debugging (#461)

This commit is contained in:
Thorsten Sommer 2025-05-17 13:49:43 +02:00 committed by GitHub
parent 4ca1fd54d9
commit 03e196b66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ async fn main() {
start_runtime_api();
if is_dev() {
#[cfg(debug_assertions)]
create_startup_env_file();
} else {
start_dotnet_server();