Skip to content

Commit

Permalink
adding imports to fix api not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 committed Oct 6, 2024
1 parent f23c33d commit fb5a497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/agora/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* This is not a production server yet!
* This is only a minimal backend to get started.
*/
import '@angular/platform-browser-dynamic';
import '@angular/compiler';

import express from 'express';
import path from 'path';
Expand Down

0 comments on commit fb5a497

Please sign in to comment.