Skip to content

Commit

Permalink
fix server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
imayushsaini committed May 12, 2024
1 parent e007e53 commit 341454d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import 'zone.js/node';
import { APP_BASE_HREF } from '@angular/common';
import { CommonEngine } from '@angular/ssr';
import * as express from 'express';
import { existsSync } from 'node:fs';
import { join } from 'node:path';
import { existsSync } from 'fs';
import { join } from 'path';
import { AppServerModule } from './src/main.server';

// The Express app is exported so that it can be used by serverless Functions.
Expand Down

0 comments on commit 341454d

Please sign in to comment.