We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8689d commit 0d67eafCopy full SHA for 0d67eaf
templates/.angularity
@@ -1,6 +1,6 @@
1
{
2
- "serverHttpPort" : "<%= serverHttpPort %>",
+ "serverHttpPort" : <%= serverHttpPort %>,
3
"javascriptVersion" : "<%= javascriptVersion %>",
4
- "consoleWidth" : "80"<% if (webstormExecutablePath !== 'wstorm') { %>,
+ "consoleWidth" : 80<% if (webstormExecutablePath !== 'wstorm') { %>,
5
"webstormExecutablePath":"<%= webstormExecutablePath %>"<% } %>
6
}
0 commit comments