diff --git a/app/MindWork AI Studio/Program.cs b/app/MindWork AI Studio/Program.cs index 5ef2af9..a64921c 100644 --- a/app/MindWork AI Studio/Program.cs +++ b/app/MindWork AI Studio/Program.cs @@ -48,10 +48,10 @@ app.Use(Redirect.HandlerContentAsync); #if DEBUG app.UseStaticFiles(); +app.UseDeveloperExceptionPage(); #else var fileProvider = new ManifestEmbeddedFileProvider(Assembly.GetAssembly(type: typeof(Program))!, "wwwroot"); -app.UseDeveloperExceptionPage(); app.UseStaticFiles(new StaticFileOptions { FileProvider = fileProvider,