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": { "defaults": {
"styleExt": "scss", "styleExt": "scss",
"component": {} "component": {},
"serve": {
"proxyConfig": "proxy.conf.json",
"port": 3000
}
} }
} }
+1 -1
View File
@@ -4,7 +4,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json --open", "start": "ng serve --open",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
+1 -1
View File
@@ -12,7 +12,7 @@ html, body {
margin: 0; margin: 0;
} }
alfresco-content-app > ng-component { app-root > ng-component {
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;