build: fix path of @angular/ssr package (#58821)

The path was incorrect

PR Close #58821
This commit is contained in:
Alan Agius 2024-11-22 14:19:43 +00:00 committed by Jessica Janiuk
parent 9fdec75c08
commit d7dfd47232
2 changed files with 2152 additions and 1794 deletions

View file

@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "file:../../dist/packages-dist/platform-browser-dynamic",
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
"@angular/router": "file:../../dist/packages-dist/router",
"@angular/ssr": "file:../../dist/node_modules/@angular/ssr",
"@angular/ssr": "file:../../node_modules/@angular/ssr",
"rxjs": "file:../../node_modules/rxjs",
"typescript": "file:../../node_modules/typescript",
"http-server": "file:../../node_modules/http-server",

File diff suppressed because it is too large Load diff