Revision 83e9d68c43f7e52e6a1e56bc88a5c5f0da1b0255 authored by Alan Agius on 25 April 2024, 13:02:12 UTC, committed by Andrew Kushnir on 25 April 2024, 19:53:25 UTC
This commit modifies the setup of the injector profiler to occur solely when the application is running in a browser context. This adjustment is made because the injector profile serves no purpose when the application is running on the server.

PR Close #55530
1 parent c130f25
Raw File
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "embeddedLanguageFormatting": "off",
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top