Alexander Panko

Results 4 comments of Alexander Panko

@marcmarcet-codinghumans thanks for the solution, but how you build your `server.run.ts`? If I build it the same way as the angular server webpack warns me: `Critical dependency: the request of...

> > @marcmarcet-codinghumans thanks for the solution, but how you build your `server.run.ts`? > > If I build it the same way as the angular server webpack warns me: >...

@p3x-robot could you also show your `tsconfig.server.json`?

@p3x-robot I don't see a target to build `server.run.ts` in your `angular.json'`, but looks like you somehow managed to build both `server.ts` and `server.run.ts` by running `ng run backwash-ai:server:production`, did...