Add proxy config to yarn start

This commit is contained in:
Kristóf Tóth 2018-03-02 13:33:03 +01:00
parent bdd4700f2f
commit 5918b300ef
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --prod --aot --build-optimizer",
"test": "ng test",
"lint": "ng lint",