port and proxy defaults

This commit is contained in:
Denys Vuika
2017-10-19 12:00:24 +01:00
parent 3a5bf73c79
commit 784527ef47
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -75,6 +75,10 @@
},
"defaults": {
"styleExt": "scss",
"component": {}
"component": {},
"serve": {
"proxyConfig": "proxy.conf.json",
"port": 3000
}
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json --open",
"start": "ng serve --open",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
+1 -1
View File
@@ -12,7 +12,7 @@ html, body {
margin: 0;
}
alfresco-content-app > ng-component {
app-root > ng-component {
display: block;
width: 100%;
height: 100%;