Fixed debugger

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 9 years ago
parent 665902f2e0
commit c50521e754
  1. 2
      BuildServer/Web.config

@ -10,7 +10,7 @@
<match url="iisnode"/>
</rule>
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
<match url="^debug[\/]?" />
<match url="^app.js/debug[\/]?" />
</rule>
<rule name="App">
<action type="Rewrite" url="app.js"/>

Loading…
Cancel
Save