Improved dev experience & allow native .NET debugging

This commit is contained in:
Thorsten Sommer 2025-05-17 13:49:08 +02:00
parent 4ca1fd54d9
commit 3950d12c7e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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();