-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change proxyConfig to proxy-config #9
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry for the delay on this, will work on updating ASAP. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Changes the flag for the proxy config in the `serve:json-server` script so that it no longer uses the deprecated version of the flag. Implements #9
# [2.0.0](v1.0.1...v2.0.0) (2021-08-23) ### Features * **proxy:** update proxy config argument ([01ed6e7](01ed6e7)), closes [#9](#9) * **release:** add semantic release and commitlint actions ([525f86c](525f86c)) * update to latest version of schematics tooling and Angular ([377e917](377e917)) ### BREAKING CHANGES * This project now uses v12 for all Angular and Angular-Devkit dependencies.
Updated with #10. |
Use '--proxy-config' instead of '--proxyConfig' <- Angular Cli Output
The text was updated successfully, but these errors were encountered: