Skip to content

Commit 0d67eaf

Browse files
committed
fix(.angularity) update the global angularity config template to have the correct types with the default values.
1 parent 9e8689d commit 0d67eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/.angularity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"serverHttpPort" : "<%= serverHttpPort %>",
2+
"serverHttpPort" : <%= serverHttpPort %>,
33
"javascriptVersion" : "<%= javascriptVersion %>",
4-
"consoleWidth" : "80"<% if (webstormExecutablePath !== 'wstorm') { %>,
4+
"consoleWidth" : 80<% if (webstormExecutablePath !== 'wstorm') { %>,
55
"webstormExecutablePath":"<%= webstormExecutablePath %>"<% } %>
66
}

0 commit comments

Comments
 (0)