added proxying so hot reload can work on ng serve.
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "rock-paper-scissors:build:production"
|
||||
"browserTarget": "rock-paper-scissors:build:production",
|
||||
"proxyConfig": "src/proxy.conf.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -136,4 +137,4 @@
|
||||
"prefix": "app"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user