Skip to content

Commit

Permalink
chore: Add callout about server.ts (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jun 11, 2024
1 parent 9e891cd commit 806d434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ To test this in local development, run your Angular project using `netlify serve
netlify serve
```

## Limitations

- 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.

## CLI Usage

### Requirements
Expand Down

0 comments on commit 806d434

Please sign in to comment.