We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bc5b5 commit da52e66Copy full SHA for da52e66
docs/guide.md
@@ -386,6 +386,7 @@ Read more about `publicPath` in the [Vue.js docs](https://cli.vuejs.org/config/#
386
### Proxying to an Angular app
387
388
In order to use code-server's built-in proxy with Angular, you need to make the following changes in your app:
389
+
390
1. use `<base href="./.">` in `src/index.html`
391
2. add `--serve-path /absproxy/4200` to `ng serve` in your `package.json`
392
0 commit comments