You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read more about `publicPath` in the [Vue.js docs](https://cli.vuejs.org/config/#publicpath)
384
385
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
+
393
+
For additional context, see [this GitHub Discussion](https://github.com/coder/code-server/discussions/5439#discussioncomment-3371983).
394
+
385
395
## SSH into code-server on VS Code
386
396
387
397
[](https://ohmyz.sh/)[](https://img.shields.io/badge/Terminal-2E2E2E?style=for-the-badge&logo=Windows+Terminal&logoColor=ffffff)[](vscode:extension/ms-vscode-remote.remote-ssh)
0 commit comments