mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 13:12:39 +00:00
Add proxy config to yarn start
This commit is contained in:
parent
bdd4700f2f
commit
5918b300ef
@ -4,7 +4,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve --proxy-config proxy.conf.json",
|
||||||
"build": "ng build --prod --aot --build-optimizer",
|
"build": "ng build --prod --aot --build-optimizer",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user