Skip to content

Commit 806d434

Browse files
authored
chore: Add callout about server.ts (#139)
1 parent 9e891cd commit 806d434

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ To test this in local development, run your Angular project using `netlify serve
7777
netlify serve
7878
```
7979

80+
## Limitations
81+
82+
- The [`server.ts` file](https://angular.dev/guide/ssr#configure-server-side-rendering) that's part of the Angular scaffolding is meant for deploying to a VM, and is not compatible with this Netlify build plugin. If you applied changes to that file, you'll need to replicate them in an Edge Function. See (#135)[https://github.com/netlify/angular-runtime/issues/135] for an example.
83+
8084
## CLI Usage
8185

8286
### Requirements

0 commit comments

Comments
 (0)